home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
dtx9302
/
ctrick
/
alaprot.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-04
|
252 b
|
11 lines
#ifndef _alaDEF_
#define _alaDEF_
/* File ALARM.C: */
alarm(void (*func)(int id,unsigned tics),unsigned tics);
perm_alarm(void (*func)(int id,unsigned tics),unsigned tics);
off_alarm(int id);
TimeoutOn(int tics);
#endif