CS318 - Pintos
Pintos source browser for JHU CS318 course
|
Go to the documentation of this file.
15 main (
int argc,
char *argv[])
23 handle =
open (argv[1]);
35 for (i = 0; i < n; i++)
static char buf[BUF_SIZE]
int write(int fd, const void *buffer, unsigned size)
static int toupper(int c)
lib/ctype.h
int printf(const char *format,...)
Writes formatted output to the console.
int open(const char *file)
#define EXIT_SUCCESS
Typical return values from main() and arguments to exit().
void seek(int fd, unsigned position)
int main(int argc, char *argv[])
lineup.c
int read(int fd, void *buffer, unsigned size)