1 2 3 4 5 6 7 8
#ifndef H_UTIL #define H_UTIL #include <inttypes.h> uint16_t inet_atop(const char *port); #endif