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

Go to the source code of this file.

Functions

void test_main (void)
 Tries to create a file with the null pointer as its name. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Tries to create a file with the null pointer as its name.

tests/main.h

The process must be terminated with exit code -1.

Definition at line 8 of file create-null.c.

References create(), msg(), and NULL.

Here is the call graph for this function: