CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions | Variables
child-simple.c File Reference
#include <stdio.h>
#include "tests/lib.h"
Include dependency graph for child-simple.c:

Go to the source code of this file.

Functions

int main (void)
 

Variables

const char * test_name = "child-simple"
 Child process run by exec-multiple, exec-one, wait-simple, and wait-twice tests. More...
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 11 of file child-simple.c.

References msg().

Here is the call graph for this function:

Variable Documentation

◆ test_name

const char* test_name = "child-simple"

Child process run by exec-multiple, exec-one, wait-simple, and wait-twice tests.

Child process for syn-read test.

Just prints a single message and terminates.

Definition at line 8 of file child-simple.c.