#include #include //One of the functions below uses a macro in here void set_keypress(void); //Tells prg to not use streams int isready(int fd); //Tells if there's a char waiting to be processed void echo_off(void); //Doesn't print what you type to the screen