代码搜索:Torvalds

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

代码结果 10,000
www.eeworm.com/read/473341/6851351

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/268597/11131214

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/147710/12535369

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/334243/12615478

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/203858/15350752

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/110160/15540935

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/104342/15697889

c errno.c

/* * linux/lib/errno.c * * (C) 1991 Linus Torvalds */ int errno;
www.eeworm.com/read/114188/15069413

htm 00000001.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 [Image]    How Finnish programmer's quest challenged 
www.eeworm.com/read/291779/8396436

c ctype.c

/* * linux/lib/ctype.c * 479 * (C) 1991 Linus Torvalds */ #include // 字符类型头文件。定义了一些有关字符类型判断和转换的宏。 char _ctmp; // 一个临时字符变量,供ctype.h 文件中转换字符宏函数使用。 // 字符特性数组(表),定义了各个字符对应的属性,这些属性类型(如_C 等)在
www.eeworm.com/read/291779/8396448

c string.c

/* * linux/lib/string.c * * (C) 1991 Linus Torvalds */ #ifndef __GNUC__ // 需要GNU 的C 编译器编译。 #error I want gcc! #endif #define extern #define inline #define __LIBRARY__ #include