User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:dos.h:nosound

nosound

description of nosound

turn off the PC speaker.

#include<stdio.h>
#include<dos.h>
 
int main(void)
{
   sound(400);
   delay(1000);
   nosound();
 
   return 0;
}

output of nosound c example

  silence :D

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/dos.h/nosound.txt · Last modified: 2024/02/16 01:06 (external edit)

Impressum Datenschutz