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

Go to the source code of this file.

Functions

void test_main (void)
 Tries to close the keyboard input stream, which must either fail silently or terminate with exit code -1. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Tries to close the keyboard input stream, which must either fail silently or terminate with exit code -1.

tests/main.h

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

References close().

Here is the call graph for this function: