1 2 3 4 5 6 7 8
#include <arpa/inet.h> char *inet_ntoa(struct in_addr in) { (void)in; // TODO return 0; }