alert.c File Reference

MuCurses alert functions. More...

#include <curses.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int beep (void)
 Audible signal.


Detailed Description

MuCurses alert functions.

Definition in file alert.c.


Function Documentation

int beep ( void   ) 

Audible signal.

Return values:
rc return status code

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 }


Generated on Tue Apr 6 20:01:46 2010 for gPXE by  doxygen 1.5.7.1