\a

(thing) by everyone Tue Apr 18 2000 at 6:19:07

'\a' == 7. It's the ASCII "ACK". It beeps the terminal.

int main() {
	printf("\a");	/* beep! */
	return 0;
}
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.