词条 | FP_SEG |
释义 | § 解释 函数名: FP_SEG 功 能: 获取远地址段值 用 法: unsigned FP_SEG(void far *farptr); § 程序例 /* FP_SEG */ #include <dos.h> #include <stdio.h> int main(void) { char *filename = "fpseg.c"; printf("The offset of this file in memory\\ is: %Fp\", FP_SEG(filename)); return(0); } |
随便看 |
百科全书收录594082条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。