1 2 3 4 5 6 7 8
// interface.h // Provides the interface with which all video interactions must occur. void TerminalInit(); void TerminalClose(); void TerminalInput(char n);