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