dnet.h
来自「honeyd1.0的源代码 希望对大家有用」· C头文件 代码 · 共 14 行
H
14 行
/* This header file is in the public domain */#ifndef _DNET_H_#define _DNET_H_/* This header file takes care of hiding the variations in * libdnet names -- in particular, libdnet is libdumbnet * on Debian, and dnet-config doesn't hide this :( --CPK. */#ifdef HAVE_DUMBNET#include <dumbnet.h>#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?