home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume41
/
morse
/
part02
/
alarm.h
< prev
next >
Wrap
Text File
|
1993-12-19
|
450b
|
21 lines
/* alarm.h -- seligman 6/92 */
/*
-- Routines for using the system interval timer to time beeps. Useful
-- for implementing the functions in beep.h on systems that don't provide
-- a more straightforward BeepWait() equivalent.
--
-- These routines use the ALRM signal.
*/
/*
-- Set the alarm for a time specified in ms.
*/
void AlarmSet(/*int time*/);
/*
-- Wait for the alarm, or return immediately if the alarm isn't set.
*/
void AlarmWait();