home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / dspmod.lha / source / consoleio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-03-07  |  328 b   |  15 lines

  1. /* ConsoleIO.h */
  2.  
  3. #define SQUIRTCHAR    '\xff'
  4.  
  5. extern UBYTE  CheckKey();
  6. extern void   CloseConsoleIO();
  7. extern void   CursorXY();
  8. extern UBYTE  GetKey();
  9. extern BOOL   GetLine();
  10. extern struct IOStdReq *InitConsoleIO();
  11. extern void   PutChar();
  12. extern void   PutFormat();
  13. extern void   PutSequence();
  14. extern void   PutString();
  15.