home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / elm / sources / alarm.h < prev    next >
C/C++ Source or Header  |  1992-10-04  |  69b  |  5 lines

  1. #ifndef __EMX__
  2. #define SIGALRM SIGUSR1
  3. long alarm(long);
  4. #endif
  5.