On Fri, 2009-12-25 at 18:58 +0000, Anton Shterenlikht wrote:
> How can I get a beep from c?
> I looked at curses and syscons.c, but
> still not clear.
> Could somebody send me an example.
> I'd be soooooo grateful.

#include <stdio.h>

int
main(int argc, char **argv) {
        printf("%c", 7);
        return(0);
}

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to