FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
sys_beep.c
Go to the documentation of this file.
1
/* beep function */
2
3
#include "../fb.h"
4
#include "
fb_private_console.h
"
5
6
FBCALL
void
fb_Beep
(
void
)
7
{
8
fb_hTermOut
(
SEQ_BEEP
, 0, 0);
9
}
rtlib
unix
sys_beep.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4