We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288b750 commit ead2d44Copy full SHA for ead2d44
libc/include/llvm-libc-macros/wchar-macros.h
@@ -9,6 +9,8 @@
9
#ifndef LLVM_LIBC_MACROS_WCHAR_MACROS_H
10
#define LLVM_LIBC_MACROS_WCHAR_MACROS_H
11
12
+#include "../llvm-libc-types/wint_t.h"
13
+
14
#ifndef WEOF
15
#define WEOF ((wint_t)(0xffffffffu))
16
#endif
0 commit comments