Menu

[0a35e6]: / src / rtlib / unix / sys_beep.c  Maximize  Restore  History

Download this file

10 lines (7 with data), 135 Bytes

1
2
3
4
5
6
7
8
9
/* beep function */
#include "../fb.h"
#include "fb_private_console.h"
FBCALL void fb_Beep( void )
{
fb_hTermOut(SEQ_BEEP, 0, 0);
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.