home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
315_01
/
sound.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-16
|
275 b
|
12 lines
/* sound.h is the header for sound.c function declarations */
#ifndef SOUND_H
#define SOUND_H
void sound(), pause(), beep_beep(), blaat(), error_msg(), ready_beep();
void alternate_warning_sound(), mouse_warning_sound();
unsigned long int read_timer();
#endif