1 {include file to convert network address to human readable string}
3 {distinguish ip versions:
4 if the first 12 bytes are FFh it is ipv4
5 cannot be 0 becouse ::1 is localhost
8 {Format of IPv4 address:
11 {Format of IPv6 address:
12 xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx}
14 {currently using libc implementation}