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, 0 insertions, 9 deletions
diff --git a/src/limits/LLONG_MIN.c b/src/limits/LLONG_MIN.c
deleted file mode 100644
index 39986c4c..00000000
--- a/src/limits/LLONG_MIN.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <limits.h>
-#define LLONG_MIN (-LLONG_MAX - 1LL)
-
-/* MIN: -9223372036854775807 */
-/** minimum value of a type(long long int) **/
-
-/*
-STDC(199901)
-*/