config.h

来自「Libnet is a cross-platform library aimed」· C头文件 代码 · 共 20 行

H
20
字号
/*---------------------------------------------------------------- * config.h - configuration file routines for libnet (internal) *---------------------------------------------------------------- *  libnet is (c) Copyright Chad Catlett and George Foot 1997-1998 * *  Please look in `docs' for details, documentation and *  distribution conditions. */#ifndef libnet_included_file_config_h#define libnet_included_file_config_hint __libnet_internal__seek_section (FILE *fp, const char *section);int __libnet_internal__get_setting (FILE *fp, char **option, char **value);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?