1 2 3 4 5 6 7 8
#ifndef IP_TOOLS_H #define IP_TOOLS_H #include <stdint.h> char* uint32_t_to_ip(uint32_t val); #endif