複製鏈接
請複製以下鏈接發送給好友

pokeb

鎖定
pokeb,是存值到一個給定存儲單元,是函數名。
中文名
pokeb
功 能
存值到一個給定存儲單元
用 法
void pokeb(int segment
類    型
函數名
函數名: pokeb
程序例:
#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();pokeb(0x0000,0x0417,16);cprintf("The scroll lock is now on\r\n");return 0;}