Annotation of qemu/roms/ipxe/src/hci/mucurses/alert.c, revision 1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.