PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <stdio.h>
#include <syscall.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
cat.c More... | |
int main | ( | int argc | , |
char * | argv[] | ||
) |
Compares two files.
Definition at line 9 of file cmp.c.
References buffer, EXIT_FAILURE, EXIT_SUCCESS, open(), printf(), read(), and tell().