代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/325151/13222944
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/138406/13237574
c string.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/138258/13244379
c string.c
#include
void main()
{
char *t = "Going! Going! Gone!";
while(*t)
{
puts(t);
t++;
}
}
www.eeworm.com/read/324430/13263215
h string.h
www.eeworm.com/read/239624/13265015
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/239624/13265018
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/239624/13265019
ncb string.ncb
www.eeworm.com/read/239624/13265021
exe string.exe
www.eeworm.com/read/239624/13265023
plg string.plg
Build Log
--------------------Configuration: STRING - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhangl
www.eeworm.com/read/239624/13265028
dsw string.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################