📄 channels.h
字号:
/*---------------------------------------------------------------- * channels.h - declarations for channel handlers (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_channels_h#define libnet_included_file_channels_hextern struct __channel_list_t { struct __channel_list_t *next; NET_CHANNEL *chan;} *__libnet_internal__openchannels;void __libnet_internal__channels_init (void);void __libnet_internal__channels_exit (void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -