Introduction
Statistics
Contact
Development
Disclaimer
Help
bitreich.org home page
#include <stdio.h>
#include <dos.h>
main(int argc,char **argv)
{
sound(atoi(argv[1]));
while(! kbhit());
getch();
nosound();
}