Go to the first, previous, next, last section, table of contents.


sound

Syntax

#include <pc.h>

void		sound(int _frequency);

Description

Enables the PC speaker at the given frequency. The argument _frequency should be given in Hertz units.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.