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

Go to the source code of this file.

Functions

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

Variables

char buf [512]
 

Function Documentation

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

Definition at line 36 of file wc.c.

void wc ( int  fd,
char *  name 
)

Definition at line 8 of file wc.c.

Variable Documentation

char buf[512]

Definition at line 5 of file wc.c.