aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-12-07 10:50:19 +0200
committerSyndamia <kamen@syndamia.com>2023-12-07 10:50:19 +0200
commit922694d1c64aec4419e9f472469eb32fb5e4f84e (patch)
treebe9f8d2856cdcb9d5a32c9e1edd71fcb375330d8 /util.h
parentd72624c9af98a6d0700aafb5988759d6736d65d0 (diff)
downloadpico-web-922694d1c64aec4419e9f472469eb32fb5e4f84e.tar
pico-web-922694d1c64aec4419e9f472469eb32fb5e4f84e.tar.gz
pico-web-922694d1c64aec4419e9f472469eb32fb5e4f84e.zip
[all] Initial code concept
Diffstat (limited to 'util.h')
-rw-r--r--util.h8
1 files changed, 8 insertions, 0 deletions
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 <inttypes.h>
+
+uint16_t inet_atop(const char *port);
+
+#endif