UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
forktest.c File Reference
#include "types.h"
#include "stat.h"
#include "user.h"

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)
 

Macro Definition Documentation

#define N   1000

Definition at line 8 of file forktest.c.

Function Documentation

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.