代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/312649/13606885
h string.h
#ifndef __STRING
#define __STRING
#ifndef NULL
#define NULL ((void*)0)
#endif
#if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED)
#define _SIZE_T
#define _SIZE_T_
#def
www.eeworm.com/read/312649/13606988
c string.c
#include "c.h"
static char rcsid[] = "$Id: string.c,v 1.1 2002/08/28 23:12:46 drh Exp $";
static struct string {
char *str;
int len;
struct string *link;
} *buckets[1024];
static int sca
www.eeworm.com/read/312169/13616940
hpp string.hpp
// Listing 20.3. string.hpp
#include
#include
class String
{
public:
// constructors
String();
String(const char *const);
String(const String &
www.eeworm.com/read/310556/13649264
h string.h
/* @(#) string.h 1.3 1/27/86 17:47:04 */
/*ident "@(#)cfront:incl/string.h 1.3"*/
extern char
*strcpy(char*, const char*),
*strncpy(char*, const char*, int),
*strcat(char*, const char*),
*strncat(
www.eeworm.com/read/309876/13663420
h string.h
www.eeworm.com/read/308301/13704787
ini string.ini
[String]
ClientSoftVersionError=游戏版本错误!!!
DownLoadNewClientSoft=请到网站上下载最新版本游戏客户端软件。
ForceDisConnect=连接被强行中断!!!
ClientSoftVersionTooOld=您现在使用的客户端软件版本太老了,大量的游戏效果新将无法使用。
DownLoadAndUseNewClient=为了更好
www.eeworm.com/read/307138/13728058
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/306970/13734111
c string.c
/*
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard
* Copyright (c) 2007 Mans Rullgard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it u
www.eeworm.com/read/305486/13767473
h string.h
#ifndef __TL_STRING_H
#define __TL_STRING_H
#ifdef __cplusplus
extern "C"
{
#endif
#include
#include
void *memcpy(void *dst_ptr, const void *src_ptr, size_t count);