summaryrefslogtreecommitdiff
path: root/src/wctype/WEOF.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/WEOF.c')
-rw-r--r--src/wctype/WEOF.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wctype/WEOF.c b/src/wctype/WEOF.c
new file mode 100644
index 00000000..021fed95
--- /dev/null
+++ b/src/wctype/WEOF.c
@@ -0,0 +1,6 @@
+#include <wctype.h>
+#define WEOF ((wint_t)(-1))
+
+/*
+STDC(199409)
+*/