代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/322905/6301366
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/310703/6306508
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
www.eeworm.com/read/310703/6306539
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/214114/6332692
lib string.lib
www.eeworm.com/read/214114/6332717
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/192475/6337888
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/223932/6357941
class string.class
www.eeworm.com/read/493890/6384176
exe string.exe
www.eeworm.com/read/493890/6384182