CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
args.c File Reference
#include "tests/lib.h"
Include dependency graph for args.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Prints the command-line arguments. More...
 

Function Documentation

◆ main()

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

Prints the command-line arguments.

This program is used for all of the args-* tests. Grading is done differently for each of the args-* tests based on the output.

Definition at line 9 of file args.c.

References msg(), NULL, and test_name.

Here is the call graph for this function: