C语言-Socket地址的转换方式


char  FAR* inet_ntoa(
   struct  in_addr in
);
 
unsigned  long  inet_addr(
   const  char  FAR* cp
);

你可能感兴趣的:(c)