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

Go to the source code of this file.

Functions

void test_main (void)
 Opens a file and then closes it. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Opens a file and then closes it.

tests/main.h

Definition at line 8 of file close-normal.c.

References CHECK, close(), msg(), and open().

Here is the call graph for this function: