home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / pclw11 / simpl_io.h < prev    next >
Encoding:
Text File  |  1994-01-23  |  100 b   |  4 lines

  1. void DisplayLine(char *);
  2. int PutChar(int, char);
  3. int GetChar(int);
  4. void SayError(int, char *);