Go to the first, previous, next, last section, table of contents.
#include <pc.h> void sound(int _frequency);
Enables the PC speaker at the given frequency. The argument _frequency should be given in Hertz units.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.