12.26
struct hostent *gethostbyname(const char *name)
struct hostent {
char *h_name;
char **h_aliases;
int h_addrtype;
int h_length;
char **h_addr_list;
}
copy int, copy char, copy char* in struct hostent are 3 different ways.
!INCLUDE "./code/12.26.c"
当前内容版权归 DreamAndDead 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 DreamAndDead .