PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
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... | |
void test_main | ( | void | ) |
Tries to create a file with the null pointer as its name.
The process must be terminated with exit code -1.
Definition at line 8 of file create-null.c.
References create(), msg(), and NULL.