函数大全p.docVIP

  • 9
  • 0
  • 约8.18万字
  • 约 67页
  • 2017-05-20 发布于河南
  • 举报
函数大全p

函数大全(p开头) 函数名: parsfnm 功 能: 分析文件名 用 法: char *parsfnm (char *cmdline, struct fcb *fcbptr, int option); 程序例: #include int main(void) { char line[80]; struct fcb blk; /* get file name */ printf(Enter drive and file name (no path - ie. a:file.dat)\n); gets(line); /* put file name in fcb */ if (parsfnm(line, blk, 1) == NULL) printf(Error in parsfm call\n); else printf(Drive #%d Name: %11s\n, blk.fcb_drive, blk.fcb_name); return 0; } 函数名: peek 功 能: 检查存储单元 用 法: int peek(int segment, unsigned offset); 程序例: #include int main(void) { int value = 0; printf(The current status

文档评论(0)

1亿VIP精品文档

相关文档