Size: 468
Comment:
|
← Revision 4 as of 2017-12-30 01:29:59 ⇥
Size: 468
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
The include directory of Linux 0.01 contains the ["kernel header"] files, many of which contain inline coded versions of libc functions. | The include directory of Linux 0.01 contains the [[kernel header]] files, many of which contain inline coded versions of libc functions. |
Back to Kernel001WalkThrough
The include directory of Linux 0.01 contains the kernel header files, many of which contain inline coded versions of libc functions.
a.out.h |
|
cons.h |
|
ctype.h |
|
errno.h |
|
fcntl.h |
|
signal.h |
|
stdarg.h |
va_start(), _va_rounded_size(), va_end() |
stddef,g |
|
string.h |
|
termios.h |
|
time.h |
|
unistd.h |
|
utime.h |