주소값 변환 썸네일형 리스트형 inet_addr 기능 Dotted-Decimal Notation을 (ex. 255.255.255.255) Big-Endian 32비트 값으로 (ex. 0x12345678) 변환해준다. 문법unsigned long inet_addr(const char *string); 매개변수 Dotted-Decimal Notation 문자열의 포인터 반환값 성공 시 Big_Endian 32비트 값, 오류 발생 시 INADDR_NONE 이전 1 다음