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