CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
exec-arg.c File Reference
#include <syscall.h>
#include "tests/main.h"
Include dependency graph for exec-arg.c:

Go to the source code of this file.

Functions

void test_main (void)
 Tests argument passing to child processes. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Tests argument passing to child processes.

tests/main.h

Definition at line 7 of file exec-arg.c.

References exec(), and wait().

Here is the call graph for this function: