4.1cBSD/usr/src/usr.lib/lib2648/beep.c

Compare this file to the similar file:
Show the results in this format:

/*	beep.c	4.1	83/03/09	*/

#include "2648.h"

beep()
{
	escseq(NONE);
	outchar('\7');
}