auto_nlist.h
资源名称:snmp.src.rar [点击查看]
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:0k
源码类别:
SNMP编程
开发平台:
C/C++
- /*
- * auto_nlist.h
- */
- #ifndef _AUTO_NLIST_H
- #define _AUTO_NLIST_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef CAN_USE_NLIST
- int auto_nlist (const char *, char *, int);
- long auto_nlist_value (const char *);
- int KNLookup (struct nlist *, int, char *, int);
- #else
- # define auto_nlist(x,y,z)
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif