代码搜索:String

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

代码结果 10,000
www.eeworm.com/read/379714/9181088

h string.h

#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif extern char * strerror(int errno); /* * Thi
www.eeworm.com/read/379711/9181316

c string.c

/* * linux/lib/string.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #ifndef __GNUC__ #error I want gcc! #endif #include #define extern #define inline #define
www.eeworm.com/read/379711/9181832

h string.h

#ifndef _LINUX_STRING_H_ #define _LINUX_STRING_H_ #include /* for size_t */ #ifndef NULL #define NULL ((void *) 0) #endif /* * This string-include defines all string func
www.eeworm.com/read/182758/9192480

h string.h

/* *----------------------------------------------------------------------------- * Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992 *----------------------------------
www.eeworm.com/read/181999/9222341

chm string.chm

www.eeworm.com/read/378233/9239950

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
www.eeworm.com/read/378233/9239984

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/378224/9240546

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
www.eeworm.com/read/378224/9240569

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/181669/9241725

c string.c

/* * linux/lib/string.c * * (C) 1991 Linus Torvalds */ #ifndef __GNUC__ #error I want gcc! #endif #define extern #define inline #define __LIBRARY__ #include