home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CIA World Factbook 1992
/
k3bimage.iso
/
sel
/
01
/
0172
/
test.c
< prev
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
|
1991-12-02
|
211 b
|
20 lines
int beep2[] = {
15000,1,
12000,1,
9000,1,
7000,1,
3000,1,
1000,1,
300,1,
100,1,
0,0
};
void main() {
take_timer();
beep_seq(beep2);
getch();
give_timer();
}