diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-12-04 09:31:40 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-12-04 09:31:40 -0500 |
commit | 0358353af5b2619b5c42970d48831dad27886370 (patch) | |
tree | 0f626380d838264716f604782de22d3f59313bea /_wchar.h | |
parent | f602ac37820294b4e38f9a06ae7253be8426e8b3 (diff) | |
parent | c9d408f4a83e8dd569699b0a8393d9311aafbcc3 (diff) |
Merge branch 'master' of gitlab.com:jkaivo/libc-tests
Diffstat (limited to '_wchar.h')
-rw-r--r-- | _wchar.h | 12 |
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 |