summaryrefslogtreecommitdiff
path: root/src/stdint/UINTPTR_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/UINTPTR_MAX.c')
-rw-r--r--src/stdint/UINTPTR_MAX.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/UINTPTR_MAX.c b/src/stdint/UINTPTR_MAX.c
new file mode 100644
index 00000000..05d149c1
--- /dev/null
+++ b/src/stdint/UINTPTR_MAX.c
@@ -0,0 +1,6 @@
+#include <stdint.h>
+#define UINTPTR_MAX /* FIXME */ (65535)
+
+/*
+STDC(199901)
+*/