代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/181669/9241784
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/181508/9247567
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/181508/9247569
l string.l
/* Lexical analyzer for StringC */
%{
/* ------------------------------------------------------------------
Initial code (copied verbatim to the output file)
----------------------------
www.eeworm.com/read/376610/9312101
cpp string.cpp
#include
#define MaxSize 20
typedef struct
{ char data[MaxSize];
int len;
}SqString;
bool StrAssign(SqString &S,char cstr[])
{
int i=0;
char *sp=cstr;
while((*sp)!
www.eeworm.com/read/179864/9334271
h string.h
www.eeworm.com/read/375375/9362235
chm string.chm
www.eeworm.com/read/178738/9386852
h string.h
/*
* "$Id: string.h,v 1.19 2005/01/03 19:29:45 mike Exp $"
*
* String definitions for the Common UNIX Printing System (CUPS).
*
* Copyright 1997-2005 by Easy Software Products.
*
* These