home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / dtx9302 / ctrick / alaprot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-04  |  252 b   |  11 lines

  1. #ifndef _alaDEF_
  2. #define _alaDEF_
  3.  
  4.                     /* File ALARM.C: */
  5.  
  6. alarm(void (*func)(int id,unsigned tics),unsigned tics);
  7. perm_alarm(void (*func)(int id,unsigned tics),unsigned tics);
  8. off_alarm(int id);
  9. TimeoutOn(int tics);
  10. #endif
  11.