home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
turbo_c
/
sound.arc
/
SOUND.H
< prev
next >
Wrap
Text File
|
1987-06-20
|
264b
|
10 lines
/*
* NOTE: the setupdelay() function MUST BE CALLED at least once, before
* either the delay() or sound() functions are used.
*/
void setupdelay(void);
void delay(int HundredthSecond);
void sound(int Freq, int Duration);
void beep(void);