From aa2c7727b1ee7b3747681f6b78f9ef0d36beb749 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Feb 2019 13:12:59 -0500 Subject: trim old nonstd --- nonstd/stubs/inttypes.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 nonstd/stubs/inttypes.h (limited to 'nonstd/stubs/inttypes.h') diff --git a/nonstd/stubs/inttypes.h b/nonstd/stubs/inttypes.h deleted file mode 100644 index acaa97af..00000000 --- a/nonstd/stubs/inttypes.h +++ /dev/null @@ -1,6 +0,0 @@ -#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