代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/184984/9061596
h string.h
www.eeworm.com/read/184984/9061656
h string.h
www.eeworm.com/read/184984/9061694
doc string.doc
www.eeworm.com/read/381627/9081501
c string.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Code for handling strings with can grow dyna
www.eeworm.com/read/380728/9132364
h string.h
/************************************************************************
*
* string.h
*
* Definitions for string handling functions
*
*
* #############################################
www.eeworm.com/read/183756/9141973
c string.c
/* string.c - string functions (ANSI) */
/* Copyright 1984-1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,13oct92,jdi created.
*/
/*
DESCRIPTION
*** This is just
www.eeworm.com/read/281650/9143903
c string.c
/*
* vivi/lib/string.c
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* Author: Janghoon Lyu
* Date : $Date: 2004/02/04 06:22:25 $
*
* $Revision: 1.1.1.1 $
* $Id: string.c,v 1
www.eeworm.com/read/380485/9145308
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/380485/9145365
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