Changes since version 0.2.2:
- Added additional socket functions (str2addrinfo, str2sockaddr,
connect2addrinfo and bind2addrinfo).
- C++ compatibility (no variables named new, etc).
- Use more const.
- NetBSD compatibility for getnameinfo().
- Bugfixes.
The clib provides advanced features to the C programming language,
such as dynamically resizing arrays, hash tables or operations
like establishing a TCP connection to a string.