代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/416039/11043830
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/470566/6913915
c string.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/470291/6917565
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/469930/6920965
h string.h
/*
* STRING.H: string functions
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1991-1993
*/
#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
#endif
#if
www.eeworm.com/read/312829/6934152
h string.h
/*
*-----------------------------------------------------------------------------
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992
*-------------------------------------
www.eeworm.com/read/366874/6951749
h string.h
www.eeworm.com/read/396372/6960998
h string.h
/* string.h standard header */
#ifndef _STRING
#define _STRING
#ifndef _SYSTEM_BUILD
#pragma system_include
#endif
#ifndef _YVALS
#include
#endif
#include
_C_STD_B
www.eeworm.com/read/283040/6961081
h string.h
/*****************************************************************************/
/* string.h v4.1.0 */
/* Copyright (c) 1993-2005 Texas Instr
www.eeworm.com/read/469281/6980023
c string.c
/*
* linux/lib/string.c
*
* (C) 1991 Linus Torvalds
*/
#ifndef __GNUC__ // 需要GNU 的C 编译器编译。
#error I want gcc!
#endif
#define extern
#define inline
#define __LIBRARY__
#include
www.eeworm.com/read/469281/6980053
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);
/*
* This