|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|

Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Tries to open the same file twice, which must succeed and must return a different file descriptor in each case. More... | |
| void test_main | ( | void | ) |
Tries to open the same file twice, which must succeed and must return a different file descriptor in each case.
Definition at line 10 of file open-twice.c.
References CHECK, fail(), and open().

1.8.16