busybox-1.2.0,标准的Linux工具集[最新].对linux下软件的开发有着非常大的作用.

源代码在线查看: files.h

软件大小: 18903 K
上传用户: xufengping716
关键词: busybox Linux linux 标准
下载地址: 免注册下载 普通下载 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);								struct option_set *find_option(struct option_set *opt_list, char code);								#endif							

相关资源