CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
rm.c File Reference
#include <stdio.h>
#include <syscall.h>
Include dependency graph for rm.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 rm.c More...
 

Function Documentation

◆ main()

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

rm.c

Removes files specified on command line.

Definition at line 9 of file rm.c.

References EXIT_FAILURE, EXIT_SUCCESS, printf(), and remove().

Here is the call graph for this function: