|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <stdio.h>#include <syscall.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| rm.c More... | |
| int main | ( | int argc | , |
| char * | argv[] | ||
| ) |
Removes files specified on command line.
Definition at line 9 of file rm.c.
References EXIT_FAILURE, EXIT_SUCCESS, printf(), and remove().

1.8.16