代码搜索:String

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

代码结果 10,000
www.eeworm.com/read/239624/13265029

opt string.opt

www.eeworm.com/read/239624/13265031

obj string.obj

www.eeworm.com/read/138026/13272299

h string.h

/* string.h Definitions for memory and string functions. Copyright (c) Borland International 1987,1988,1990 All Rights Reserved. */ #ifndef __STRING_H #define __STRING_H #if _
www.eeworm.com/read/137955/13276473

h string.h

#ifndef __STRING #define __STRING #ifndef NULL #define NULL ((void*)0) #endif #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T #define _SIZE_T_ #define _SIZE_
www.eeworm.com/read/137955/13276502

h string.h

#ifndef __STRING #define __STRING #ifndef NULL #define NULL ((void*)0) #endif #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T #define _SIZE_T_ #define _SIZE_
www.eeworm.com/read/137955/13276542

h string.h

#ifndef __STRING #define __STRING #ifndef NULL #define NULL ((void*)0) #endif #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T #define _SIZE_T_ #define _SIZE_
www.eeworm.com/read/137955/13276563

h string.h

#ifndef __STRING #define __STRING #ifndef NULL #define NULL ((void*)0) #endif #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T #define _SIZE_T_ #define _SIZE_
www.eeworm.com/read/137955/13276744

c string.c

#include "c.h" static char rcsid[] = "$Id: string.c,v 1.1 2002/08/28 23:12:46 drh Exp $"; static struct string { char *str; int len; struct string *link; } *buckets[1024]; static int scatter[] =
www.eeworm.com/read/239424/13280957

lib string.lib

www.eeworm.com/read/239424/13281046

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