Re: Sound signal
- From: Chris Nystrom <ccn olenska hn org>
- To: Emmanuele Bassi <emmanuele bassi iol it>
- Cc: GTK-App-Devel ML <gtk-app-devel-list gnome org>
- Subject: Re: Sound signal
- Date: Fri, 17 May 2002 09:39:38 -0500 (CDT)
On Thu, 16 May 2002, Emmanuele Bassi wrote:
I've RTFM, but I did not find anything useful, so I ask here for some
help: how I make an application to emit a "beep"?
I am sure that there are many ways. Here is one:
--
#include <stdio.h>
#define BEL 7
/* And it has multi-media support... */
void
beep (void)
{
putchar (BEL);
}
--
Hope that helps,
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]