aboutsummaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-05-22 22:25:04 -0400
committerCameron Katri <me@cameronkatri.com>2022-05-22 22:25:04 -0400
commita902c812e98dd53cf9f16b5175f7c1f87e780b53 (patch)
tree9de55f0a97ba790fea6f647be9b87c72264c6c42 /compat.h
parent2288b178e612386e7a75471c8861c3f6d81c300d (diff)
downloadtrustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.tar.gz
trustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.tar.zst
trustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.zip
Import strtonum.c because it is not POSIX
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.h b/compat.h
new file mode 100644
index 0000000..87ef8e4
--- /dev/null
+++ b/compat.h
@@ -0,0 +1 @@
+long long strtonum(const char*, long long, long long, const char**);