diff options
Diffstat (limited to 'src/gen/ip_tools.h')
| -rw-r--r-- | src/gen/ip_tools.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gen/ip_tools.h b/src/gen/ip_tools.h new file mode 100644 index 0000000..a011094 --- /dev/null +++ b/src/gen/ip_tools.h @@ -0,0 +1,8 @@ +#ifndef IP_TOOLS_H +#define IP_TOOLS_H + +#include <stdint.h> + +char* uint32_t_to_ip(uint32_t val); + +#endif
\ No newline at end of file |
