如標題,請各位大俠解答,秋大佬指點!
2 回答

慕桂英4014372
TA貢獻1871條經驗 獲得超13個贊
HFILE _lopen(
LPCSTR lpPathName, // pointer to name of file to open
int iReadWrite // file access mode
);//打開文件 UINT _lread(
HFILE hFile, // handle to file
LPVOID lpBuffer, // pointer to buffer for read data
UINT uBytes // length, in bytes, of data buffer
); //讀文件 HFILE _lclose(
HFILE hFile // handle to file
); // 關閉文件 long _lseek(
int fd,
long offset,
int origin
);
//定位文件指針
添加回答
舉報
0/150
提交
取消