UNIX xv6 (rev8, 9/1/15)
|
Go to the source code of this file.
Macros | |
#define | N 1000 |
Functions | |
void | printf (int fd, char *s,...) |
void | forktest (void) |
int | main (void) |
#define N 1000 |
Definition at line 8 of file forktest.c.
void forktest | ( | void | ) |
Definition at line 17 of file forktest.c.
int main | ( | void | ) |
Definition at line 52 of file forktest.c.
void printf | ( | int | fd, |
char * | s, | ||
... | |||
) |
Definition at line 11 of file forktest.c.