[ILUG] beep!

Sean sean at hdl.ie
Tue Jun 15 16:55:48 IST 1999


Vincent Cunniffe wrote:
> 
> Donncha O Caoimh wrote:
> >
> > Simple and short!
> >
> > How do I make the console beep from a C program?
> 
> Write the BEL character to stdout.
> 
> Can't remember the code exactly (ctrl-g?), but you can look it up.

c:
void main(void) { printf("\07"); }

perl:
print "\07";


> 
> Vin
> 
> --
> Irish Linux Users' Group: ilug at linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at linux.ie

Sean.
.




More information about the ILUG mailing list