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

Go to the source code of this file.

Functions

void cat (int fd)
 
int main (int argc, char *argv[])
 

Variables

char buf [512]
 

Function Documentation

void cat ( int  fd)

Definition at line 8 of file cat.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 21 of file cat.c.

Variable Documentation

char buf[512]

Definition at line 5 of file cat.c.