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