c 语言 abs 库函数,absread,abswirte - C 语言库函数手册
生活随笔
收集整理的這篇文章主要介紹了
c 语言 abs 库函数,absread,abswirte - C 语言库函数手册
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
absread, abswirte
功 能: 絕對磁盤扇區讀、寫數據
用 法: int absread(int drive, int
nsects, int sectno, void *buffer);
int abswrite(int drive, int nsects, in tsectno,
void *buffer);
程序例:
/* absread example */
#include
#include
#include
#include
int main(void)
{
int i, strt, ch_out, sector;
char buf[512];
printf("Insert a diskette into drive A
and press any key\n");
getch();
sector = 0;
if (absread(0, 1, sector, &buf) != 0)
{
perror("Disk problem");
exit(1);
}
printf("Read OK\n");
strt = 3;
for (i=0; i<80; i++)
{
ch_out = buf[strt+i];
putchar(ch_out);
}
printf("\n");
return(0);
}
總結
以上是生活随笔為你收集整理的c 语言 abs 库函数,absread,abswirte - C 语言库函数手册的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 跨域会报40几_关于跨域,以及跨域的几种
- 下一篇: linux通过时间查询日志,linux按