永发信息网

在C语言中,#include "netdb.h文件时什么意思?

答案:2  悬赏:0  手机版
解决时间 2021-01-10 19:00
  • 提问者网友:趣果有间
  • 2021-01-09 22:13
在C语言中,#include "netdb.h文件时什么意思?
最佳答案
  • 五星知识达人网友:封刀令
  • 2021-01-09 23:14
1、#include "netdb.h"
包含一个头文件。头文件名是 netdb.h

2、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);
全部回答
  • 1楼网友:詩光轨車
  • 2021-01-09 23:54
#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);
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯