代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/192312/8387580
h string.h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
string.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/192312/8387632
asm string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/192312/8387670
h string.h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
string.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/192311/8387765
asm string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/192311/8387819
h string.h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
string.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/192311/8387923
asm string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/192311/8387944
o string.o
www.eeworm.com/read/192311/8387964
asm string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; string.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/291779/8395788
c string.c
/*
* linux/lib/string.c
*
* (C) 1991 Linus Torvalds
* 所有字符串操作函数已经在string.h 中实现,因此string.c 程序仅包含string.h 头文件。
#ifndef __GNUC__ // 需要GNU 的C 编译器编译。
#error "I want gcc!"
#endif
*/
#
www.eeworm.com/read/291779/8395928
h string.h
#ifndef _STRING_H_
#define _STRING_H_
/*
其实vc编译器本身包含了这些函数定义,我们完全可以把string.h内的函数定义
都注释掉,然后为每个.c文件编译时加上/Ox编译选项即可。
*/
#ifndef NULL
#define NULL 0
#endif
#ifndef _SIZE_T
#define _SIZE_T
typedef