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

在C语言中,#include

#include"netdb.h"包含一个头文件。头文件名是netdb.hMSVC++编译器无此头文件unix有。net--网络(network),db--数据库(database)netdb.h定义了与网络有关的结构,变量类型,宏,函数。例如:structhostent*gethostbyaddr(constvoid*addr,size_tlen,inttype);structhostent*gethostbyname(constchar*name);