Download this file
10 lines (7 with data), 135 Bytes
| /* 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.