代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/352754/10515029
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/352754/10516541
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/352726/10521294
h string.h
/*
* string.h
*
* Definitions for memory and string functions.
*/
#ifndef _STRING_H_
#define _STRING_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "_ansi.h"
#include
www.eeworm.com/read/352714/10522376
h string.h
/*
* string.h
* Modified for use in 15-410 at CMU
* Zachary Anderson(zra)
*/
/*
* Copyright (c) 1994-1998, 2000 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is
www.eeworm.com/read/278506/10532605
chm string.chm
www.eeworm.com/read/159827/10611338
cpp string.cpp
#include
#include
#include
char *COPY(char *TARGET,char *SOURCE);
char *REVERSE(char *STRING);
int GETLEN(char *STRING);
int main(void)
{
char STRING1[]="
www.eeworm.com/read/159827/10611340
dsp string.dsp
# Microsoft Developer Studio Project File - Name="STRING" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/159827/10611342
ncb string.ncb
www.eeworm.com/read/159827/10611344