diff options
| author | Syndamia <kamen@syndamia.com> | 2023-12-07 10:59:52 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-12-07 10:59:52 +0200 |
| commit | bba64eb044562a88b7f93ab62eef62ea4fbb5cb4 (patch) | |
| tree | 1c2dafcbad9710865aa8ee8fe27c6b0df12a9aaf /util.h | |
| parent | 922694d1c64aec4419e9f472469eb32fb5e4f84e (diff) | |
| download | pico-web-bba64eb044562a88b7f93ab62eef62ea4fbb5cb4.tar pico-web-bba64eb044562a88b7f93ab62eef62ea4fbb5cb4.tar.gz pico-web-bba64eb044562a88b7f93ab62eef62ea4fbb5cb4.zip | |
[util] Added error handling function
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ #include <inttypes.h> uint16_t inet_atop(const char *port); +void herr(int output, const char* funcName); #endif |
