26 행은 printf ("넷마스크 addressis:% s \ n", net _ mask _ string) 여야 합니다.
Inet_ntoa 문제의 경우 다음 세 개의 헤더를 추가해 보십시오.
# include & ltsys/socket.h >
# include & ltnetinet/in.h >
# include & lt arpa/inet.h >
앞서 언급했듯이
Printf ("네트워크 Ip 주소는 %s\n", net _ IP _ address);
Printf 로 변경 ("넷마스크 주소는% s \ n", net _ mask _ string); 너 바꿨어?