매크로 썸네일형 리스트형 [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 다음