Internet address as then IPV4 numbers-and-dots notation

Property definitions

socket $ NativeSocketAddrIn :: address
	# Internet address as then IPV4 numbers-and-dots notation
	fun address: CString `{ return (char*)inet_ntoa(self->sin_addr); `}
lib/socket/socket_c.nit:294,2--295,68