summaryrefslogtreecommitdiff
path: root/src/stdint/WCHAR_MIN.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 21:22:52 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 21:22:52 -0500
commit272de2498a02faa16098ed76faa1a5c3842902db (patch)
tree3004f2bf9e7c3ca8b824557460c3896ce0aa3ffc /src/stdint/WCHAR_MIN.c
parentc8d00441fb11a617e462339309fab7c6f78353a4 (diff)
these should be references to the <wchar.h> definition
Diffstat (limited to 'src/stdint/WCHAR_MIN.c')
-rw-r--r--src/stdint/WCHAR_MIN.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stdint/WCHAR_MIN.c b/src/stdint/WCHAR_MIN.c
deleted file mode 100644
index 00123ddf..00000000
--- a/src/stdint/WCHAR_MIN.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdint.h>
-#define WCHAR_MIN (0)
-
-/*
-STDC(199901)
-*/