summaryrefslogtreecommitdiff
path: root/nonstd/stubs/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd/stubs/inttypes.h')
-rw-r--r--nonstd/stubs/inttypes.h6
1 files changed, 0 insertions, 6 deletions
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);