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.

Portability

not ANSI, not POSIX


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