From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/stubs/inttypes.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nonstd/stubs/inttypes.h (limited to 'nonstd/stubs/inttypes.h') diff --git a/nonstd/stubs/inttypes.h b/nonstd/stubs/inttypes.h new file mode 100644 index 00000000..acaa97af --- /dev/null +++ b/nonstd/stubs/inttypes.h @@ -0,0 +1,6 @@ +#define SIZE_MAX 0xffffffff +typedef long long int intmax_t; +typedef unsigned long long int uintmax_t; +typedef unsigned long int intptr_t; +intmax_t strtoimax(const char *, char **, int); +uintmax_t strtoumax(const char *, char **, int); -- cgit v1.2.1