⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libsnap.h

📁 一个学习SNMP项目:tmoerlan.
💻 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 + -