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