#include <dos.h> |
#include <conio.h> |
int main( void ) |
{ |
clrscr(); |
cprintf( "Make sure the scroll lock key is off and press any key\r\n" ); |
getch(); |
poke(0x0000,0x0417,16); |
cprintf( "The scroll lock is now on\r\n" ); |
return 0; |
} |
by: 发表于:2017-08-24 17:40:19 顶(0) | 踩(0) 回复
??
回复评论