void dispBuf( unsigned char* buf, char* message ); void disp(char* msg); void displnBuf( unsigned char* buf, char* message ); void displn(char* msg); void resetConsole(int l); void setCol(int col); int getCol(); void dispi(int i); int getLine(); void setLine(int nline); void pausecons( char* message, int invite);