#include
int creat(const char* path, mode_t mode);
int open(const char* path, int oflag, ...);
int openat(inf fd, const char* path, int oflag, ...);
#include
int close (int fd);
off_t lseek(int fd; off_t offset, int whence);
whence 引數
seek_set檔案偏移量設定為距檔案開始offset個位元組.
seek_cur檔案偏移量設定為距離當前文職offset個位元組(可正可負).
seek_end檔案偏移量設定為距離檔案結尾offset個位元組(可正可負).
ssize_t read(int fd, void* buf, size_t nbytes);
ssize_t write(int fd, void* buf, size_t nbytes);
c ini 檔案的讀寫及相關函式
bool readecryflag cstring filepath,int rflag int flag 1 getprivateprofilestring t encryflag t isencry null,lpwstr szflag,256,filepath flag atoi szflag...
MTK檔案讀寫相關
相關檔案 檔案操作函式的標頭檔案為fs func.h 常用的檔案操作函式有 extern int fs open const wchar filename,uint flag extern int fs close fs handle filehandle extern int fs read fs...
MTK檔案讀寫相關
相關檔案 檔案操作函式的標頭檔案為fs func.h 常用的檔案操作函式有 extern int fs open const wchar filename,uint flag extern int fs close fs handle filehandle extern int fs read fs...