Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C Library Reference - <u>synopsis:</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Synopsis:
    #include <i86.h>
    void nosound( void );

Description:
    The nosound function turns off the PC's speaker.

Returns:
    The nosound function has no return value.

Example:
    #include <i86.h>

    void main()
      {
        sound( 200 );
        delay( 500 );  /* delay for 1/2 second */
        nosound();
      }

Classification:
    Intel

Systems:
    DOS, Windows, Win386, QNX

See Also:
    delay, sound

See Also: delay sound

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson