[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No