代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/156735/11780589

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/156614/11788130

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/156614/11788645

c string.c

/* * linux/lib/string.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include "armboot.h" #undef __HAVE_ARCH_BCOPY #undef __HAVE_ARCH_MEMCMP #undef __HAVE_ARCH_MEMCPY #undef __HAVE_ARCH_MEM
www.eeworm.com/read/345605/11802422

h string.h

www.eeworm.com/read/345605/11802516

h string.h

www.eeworm.com/read/345605/11802581

doc string.doc

www.eeworm.com/read/259217/11815150

h string.h

/* *----------------------------------------------------------------------------- * Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992 *----------------------------------
www.eeworm.com/read/156111/11826767

inc string.inc

;=========================================================== ; ; WarmOS ; by HotHeart(xujiwei) ; Email: vipxjw@163.com ; ; String ; string operate ; ; History: ; 2005.08.29 finished UpCase
www.eeworm.com/read/259015/11827095

h string.h

class String { public: // methods of the string ADT String(); ~String(); String (const String ©); // copy constructor String (const char * copy);
www.eeworm.com/read/258733/11846215

cpp string.cpp

// Borland C++ - (C) Copyright 1991 by Borland International //STRING.CPP--Example from Getting Started */ #include #include class String { char *char_ptr; // p