Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site randvax.ARPA
Path: utzoo!watmath!clyde!floyd!harpo!seismo!hao!hplabs!sdcrdcf!randvax!jim
From: jim@randvax.ARPA (Jim Gillogly)
Newsgroups: net.micro.pc
Subject: Re: How to make PC beeps in C - (nf)
Message-ID: <1724@randvax.ARPA>
Date: Mon, 27-Feb-84 12:21:28 EST
Article-I.D.: randvax.1724
Posted: Mon Feb 27 12:21:28 1984
Date-Received: Fri, 2-Mar-84 16:06:05 EST
References: <256@whuxle.UUCP>
Organization: Rand Corp., Santa Monica
Lines: 16

--------
If you're using Lattice C,

	putch(7)

will work better than the previously suggested

	printf("%c",7)

since the latter one won't happen until a newline because
of output buffering.  The "putch" is like a "putchar" except
it goes immediately.

		Jim Gillogly           I/ /
		decvax!randvax!jim     I_/
		jim@rand-unix          I