home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CTASK22.ZIP / TSKSUP.H < prev    next >
C/C++ Source or Header  |  1990-10-12  |  625b  |  29 lines

  1. /*
  2.    --- Version 2.0 90-10-12 10:34 ---
  3.  
  4.    TSKSUP.H - CTask optional support routine prototypes.
  5.  
  6.    Public Domain Software written by
  7.       Thomas Wagner
  8.       Ferrari electronic Gmbh
  9.       Beusselstrasse 27
  10.       D-1000 Berlin 21
  11.       Germany
  12. */
  13.  
  14. /* Module tsksnap.c */
  15.  
  16. extern void Globalfunc screensnap (int rows);
  17. extern void Globalfunc csnapshot (void);
  18. extern void Globalfunc snapshot (FILE far *f);
  19.  
  20. /* Module conout.c */
  21.  
  22. extern void init_conout (void);
  23. extern void end_conout (void);
  24. extern int tprintf (char *format, ...);
  25. extern int tputs (char *buf);
  26. extern int tputch (int ch);
  27.  
  28.  
  29.