rofs.h
来自「ST公司ARM7(STR710)开发板上的LwIP移植代码」· C头文件 代码 · 共 19 行
H
19 行
#ifndef __ROFS_H__
#define __ROFS_H__
#ifndef NULL
#define NULL 0
#endif
struct rofs_dir {
const void *data;
const char *name;
unsigned size;
};
extern const struct rofs_dir rofs_dir[];
const struct rofs_dir *find_rofile(const char *filename);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?