|
|
1.1 root 1: #include <curses.h>
2: #include <stdio.h>
3:
4: /** @file
5: *
6: * MuCurses alert functions
7: *
8: */
9:
10: /**
11: * Audible signal
12: *
13: * @ret rc return status code
14: */
15: int beep ( void ) {
16: printf("\a");
17: return OK;
18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.