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