📄 libsnap.h
字号:
/* snap2snmp connection library *//* (c) Willem de Bruijn, 2002 *//* snaplibrary headerfile */#ifndef SNAP_LIB_H#define SNAP_LIB_H 1#include <stdio.h>#include <unistd.h>#include <sys/types.h>#include <sys/time.h>int init_snap(int, char**); /* initialize the snap interpreter in the same thread*//* direct handling */int snap_receive();/* delayed handling */int add_snap_handler(fd_set*);int isset_snap_handler(fd_set*);void clear_snap_handler(fd_set*);int handle_snap_request();#endif /* SNAP_LIB_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -