home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / CTASK.ZIP / TSKSUP.H < prev    next >
C/C++ Source or Header  |  1989-12-20  |  544b  |  27 lines

  1. /*
  2.     --- Version 2.0 89-12-13 17:45 ---
  3.  
  4.    TSKSUP.H - CTask optional support routine prototypes.
  5.  
  6.    Public Domain Software written by
  7.       Thomas Wagner
  8.       Patschkauer Weg 31
  9.       D-1000 Berlin 33
  10.       West Germany
  11. */
  12.  
  13. /* Module tsksnap.c */
  14.  
  15. extern void screensnap (char far *scr, int max);
  16. extern void snapshot (FILE *f);
  17.  
  18. /* Module conout.c */
  19.  
  20. extern void init_conout (void);
  21. extern void end_conout (void);
  22. extern int tprintf (char *format, ...);
  23. extern int tputs (char *buf);
  24. extern int tputch (int ch);
  25.  
  26.  
  27.