netdb.h

#include "netdb.h"
包含一个头文件。头文件名是 netdb.h
MS VC++ 编译器 无此头文件
unix 有。net -- 网络 (network),db -- 数据库(database)

netdb.h 定义了与网络有关的结构,变量类型,宏,函数。
例如:
struct hostent  *gethostbyaddr(const void *addr, size_t len, int type);
struct hostent  *gethostbyname(const char *name);
posted @   ITtecman  阅读(1444)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示