convert.h
资源名称:SNMP范例源代码.zip [点击查看]
上传用户:shgx688
上传日期:2009-12-27
资源大小:855k
文件大小:0k
源码类别:
SNMP编程
开发平台:
MultiPlatform
- //**********************************************************************************
- //杨屹 2002/08/21 第一版
- //字符串与数字互相转换
- //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
- //**********************************************************************************
- //#include <inettype.h>//在加入前已经包含了这个文件
- bit IPadrToHEX(unsigned char *Str,union ip_address_type *ip);
- void HEXToIPadr(unsigned char *Str,union ip_address_type *ip);