diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
| commit | 7caa231e0b0fa607080586725fbbc9628a1cc031 (patch) | |
| tree | e22a643aefbc73c703b90f2454c0f75374696399 /src/ip_tools.h | |
hello and welcome back to hell
Diffstat (limited to 'src/ip_tools.h')
| -rwxr-xr-x | src/ip_tools.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ip_tools.h b/src/ip_tools.h new file mode 100755 index 0000000..a011094 --- /dev/null +++ b/src/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 |
