Operating System
terminal.h
Go to the documentation of this file.
1 #ifndef __TERMINAL_H_
2 #define __TERMINAL_H_
3 int terminal();
4 #endif
int terminal()
Definition: terminal.c:35