代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/345008/11846935

h string.h

/*****************************************************************************/ /* string.h v4.1.0 */ /* Copyright (c) 1993-2005 Texas Instr
www.eeworm.com/read/344957/11849745

h string.h

#ifndef __STRING_H #define __STRING_H #ifndef __STDDEF_H #include #endif /* The compiler calling convention varies depending on the target * processor family; therefore, there of
www.eeworm.com/read/258225/11875106

h string.h

/* string.h Definitions for memory and string functions. Copyright (c) 1987, 1992 by Borland International All Rights Reserved. */ #ifndef __STRING_H #define __STRING_H #if
www.eeworm.com/read/155143/11895564

h string.h

extern void bzero(char*, unsigned); extern char* memccpy(char*,char*,char,int); extern char* memchr(char*,char,int); extern int memcmp(char*,char*,int); extern int bcmp(char*,char*,int); extern c
www.eeworm.com/read/154528/11948050

h string.h

www.eeworm.com/read/154528/11948145

h string.h

www.eeworm.com/read/154528/11948225

doc string.doc

www.eeworm.com/read/257139/11948247

vi string.vi

www.eeworm.com/read/343165/11967630

h string.h

/* We don't want strings.h stuff being user by user stuff by accident */ //#include /* for size_t */ //#include /* for NULL */ #include "types.h" extern char * __
www.eeworm.com/read/343165/11967642

c string.c

/* * linux/lib/string.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * stupid library routines.. The optimized versions should generally be found * as inline code in