?? files.h
字號:
/* files.h */#ifndef _FILES_H#define _FILES_Hstruct 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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -