#include // for in_addr, inet_ntoa char *inet_ntoa(struct in_addr in) { (void)in; // TODO return 0; }