From 245a3831d7266913b0281bfa19058b59ac80818b Mon Sep 17 00:00:00 2001 From: spv420 Date: Sat, 23 Apr 2022 18:22:31 -0400 Subject: big b0i --- src/gen/ip_tools.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/gen/ip_tools.h (limited to 'src/gen/ip_tools.h') 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 + +char* uint32_t_to_ip(uint32_t val); + +#endif \ No newline at end of file -- cgit v1.2.3