⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rofs.h

📁 ST公司ARM7(STR710)开发板上的LwIP移植代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -