ip 썸네일형 리스트형 아이피(IP) 조회 - 한국 인터넷 진흥원 WHOIS [한국 인터넷 진흥원 WHOIS] http://whois.kisa.or.kr/kor/ + 위치를 구글 맵으로 보여주는 곳 http://www.ip-adress.com/ip_tracer/ [C언어] IP 관련 매크로(Macro) Header => #include #define IPV4_INT_TO_STR(int_ipv4_ptr) inet_ntoa(*((struct in_addr *)int_ipv4_ptr)) #define IPV4_STR_TO_INT(str_ipv4_ptr) (unsigned int) inet_addr(str_ipv4_ptr) [참고] 헤더 include가 빠지면 error: dereferencing pointer to incomplete type 에러가 납니다. 계속 추가... 이전 1 다음