摘要: 1、函数 #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> int inet_aton(const char *cp, struct in_addr *inp); in_addr_t inet_addr(const char *cp); in_addr_t ... 阅读全文
posted @ 2011-09-05 14:06 浪里飞 阅读(407) 评论(0) 推荐(0) 编辑