home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR41 / CTASK22D.ZIP / TSKSUP.H < prev    next >
C/C++ Source or Header  |  1993-02-24  |  665b  |  30 lines

  1. /*
  2.    --- Version 2.0 93-02-24 15:13 ---
  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 comsnapshot (void);
  19. extern void Globalfunc snapshot (FILE *f);
  20.  
  21. /* Module conout.c */
  22.  
  23. extern void init_conout (void);
  24. extern void end_conout (void);
  25. extern int tprintf (char *format, ...);
  26. extern int tputs (char *buf);
  27. extern int tputch (int ch);
  28.  
  29.  
  30.