summaryrefslogtreecommitdiff
path: root/src/stdint/RSIZE_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/RSIZE_MAX.c')
-rw-r--r--src/stdint/RSIZE_MAX.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdint/RSIZE_MAX.c b/src/stdint/RSIZE_MAX.c
new file mode 100644
index 00000000..c649ceb5
--- /dev/null
+++ b/src/stdint/RSIZE_MAX.c
@@ -0,0 +1,5 @@
+#define RSIZE_MAX (SIZE_MAX>>1)
+
+/*
+CEXT1(201112)
+*/