1 2 3 4 5 6 7 8
#include <arpa/inet.h> in_addr_t inet_addr(const char *cp) { (void)cp; // TODO return 0; }