From 922694d1c64aec4419e9f472469eb32fb5e4f84e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 7 Dec 2023 10:50:19 +0200 Subject: [all] Initial code concept --- util.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..98799ad --- /dev/null +++ b/util.h @@ -0,0 +1,8 @@ +#ifndef H_UTIL +#define H_UTIL + +#include + +uint16_t inet_atop(const char *port); + +#endif -- cgit v1.2.3