Interdata_v6/usr/source/wgong/beep.c

Find at most related files.
including files from this version of Unix.

		/*		beep		*/

main()
{
	write(2, "\07", 1);
}