summaryrefslogtreecommitdiff
path: root/_wchar.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-12-04 09:31:40 -0500
committerJakob Kaivo <jkk@ung.org>2019-12-04 09:31:40 -0500
commit0358353af5b2619b5c42970d48831dad27886370 (patch)
tree0f626380d838264716f604782de22d3f59313bea /_wchar.h
parentf602ac37820294b4e38f9a06ae7253be8426e8b3 (diff)
parentc9d408f4a83e8dd569699b0a8393d9311aafbcc3 (diff)
Merge branch 'master' of gitlab.com:jkaivo/libc-tests
Diffstat (limited to '_wchar.h')
-rw-r--r--_wchar.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/_wchar.h b/_wchar.h
new file mode 100644
index 0000000..1ea3fce
--- /dev/null
+++ b/_wchar.h
@@ -0,0 +1,12 @@
+#ifndef NULL
+#error NULL not defined
+#endif
+#ifndef WCHAR_MAX
+#error WCHAR_MAX not defined
+#endif
+#ifndef WCHAR_MIN
+#error WCHAR_MIN not defined
+#endif
+#ifndef WEOF
+#error WEOF not defined
+#endif