From a902c812e98dd53cf9f16b5175f7c1f87e780b53 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 22 May 2022 22:25:04 -0400 Subject: Import strtonum.c because it is not POSIX --- compat.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 compat.h (limited to 'compat.h') 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**); -- cgit v1.2.3-56-ge451