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;
}

相關詞條

熱門詞條

聯絡我們