#include <curses.h> #include <stdio.h>
#include <curses.h>
#include <stdio.h>
Go to the source code of this file.
Definition in file alert.c.
Audible signal.
Definition at line 15 of file alert.c.
References OK, and printf().
Referenced by wgetch(), and wgetnstr().
00015 { 00016 printf("\a"); 00017 return OK; 00018 }