bell_vv()

Sounds the standard bell

Call
#include <vv_sys.h>
void bell_vv()
Returns

None

Description

bell_vv() calls beep_vv(BPBELL, BPBELL) to sound the standard bell.

Related Functions

beep_vv()

Cautions

bell_vv() is a macro that calls the function beep_vv(). Macros are not listed by the VCS error reporting system, but beep_vv() may be listed.


Home Contents Previous Next