arm9200t上的一个叫busybox的东西

源代码在线查看: files.h

软件大小: 1593 K
上传用户: liyusheng1983
关键词: busybox 9200t 9200 arm
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* files.h */				#ifndef _FILES_H				#define _FILES_H								struct config_keyword {					const char *keyword;					int (* const handler)(const char *line, void *var);					void *var;					const char *def;				};												int read_config(const char *file);				void write_leases(void);				void read_leases(const char *file);								#endif							

相关资源