#include <sys/stat.h>
#include <dirent.h>
#define MODE (S_IRWXU | S_IRWXG | S_IRWXO)
int is_file_exist(const char *f...
smallfish
8年前 (2017-07-19) 1353℃
0喜欢
源函数参考自网络,并在原基础上修改。忘记原创是谁了,侵删。
#define MAX_LINE_LENGTH 1024//假设文件中每一行长度不超过1024字节
static int update_current_log(uint16_t slot)//传...
smallfish
8年前 (2017-07-19) 1255℃
0喜欢