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

Go to the source code of this file.

Functions

void printf (int fd, char *fmt,...)
 

Function Documentation

void printf ( int  fd,
char *  fmt,
  ... 
)

Definition at line 40 of file printf.c.