📄 nosound.gml
字号:
.func nosound
#include <i86.h>
void nosound( void );
.ixfunc2 '&DosFunc' &func
.funcend
.desc begin
The &func function turns off the PC's speaker.
.im privity
.desc end
.return begin
The &func function has no return value.
.return end
.see begin
.seelist nosound delay sound
.see end
.exmp begin
#include <i86.h>
void main()
{
sound( 200 );
delay( 500 ); /* delay for 1/2 second */
nosound();
}
.exmp end
.class Intel
.system
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -