summaryrefslogtreecommitdiff
path: root/src/limits/LLONG_MIN.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/limits/LLONG_MIN.h')
-rw-r--r--src/limits/LLONG_MIN.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/limits/LLONG_MIN.h b/src/limits/LLONG_MIN.h
new file mode 100644
index 00000000..39986c4c
--- /dev/null
+++ b/src/limits/LLONG_MIN.h
@@ -0,0 +1,9 @@
+#include <limits.h>
+#define LLONG_MIN (-LLONG_MAX - 1LL)
+
+/* MIN: -9223372036854775807 */
+/** minimum value of a type(long long int) **/
+
+/*
+STDC(199901)
+*/