PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
void | test_main (void) |
Try reading from fd 1 (stdout), which may just fail or terminate the process with -1 exit code. More... | |
void test_main | ( | void | ) |
Try reading from fd 1 (stdout), which may just fail or terminate the process with -1 exit code.
Definition at line 10 of file read-stdout.c.
References buf, read(), and STDOUT_FILENO.