代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/164767/10089358
h string.h
#ifndef _I386_STRING_H_
#define _I386_STRING_H_
extern "C" char * strcpy(char * dst, const char *src);
extern "C" char * strncpy(char *dst, const char *src, size_t n);
extern "C" char * strcat(char *
www.eeworm.com/read/164463/10106715
h string.h
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
/* We don't want strings.h stuff being user by user stuff by accident */
#ifdef __KERNEL__
#include /* for size_t */
#include
www.eeworm.com/read/164393/10111239
h string.h
#ifndef STRING_CLASS
#define STRING_CLASS
#include
#include
#include
#ifndef NULL
const int NULL = 0;
#endif // NULL
const int outOfMemory = 0, indexE
www.eeworm.com/read/164393/10111242
ncb string.ncb
www.eeworm.com/read/164393/10111254
plg string.plg
Build Log
--------------------Configuration: string - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/164393/10111262
cpp string.cpp
#include
#pragma hdrstop
#include "String.h"
#define TF(b) ((b) ? "TRUE" : "FALSE")
void main(void)
{
String s1("STRING "), s2("CLASS");
String s3;
int i;
www.eeworm.com/read/164219/10122190
h string.h
/*************************************************************************/
/* string.h v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/164218/10122366
h string.h
/*************************************************************************/
/* string.h v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/359582/10134948
c string.c
/*
filename: string.c
purpose: define the global strings
author: wx
date: 2003-3-20
*/
char *CompanyE = " CipherLab ";
char *ApplicationE = " 8000 Sample";
char *CompanyC = " 上海欣技 "