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 e9b681a commit ad6617dCopy full SHA for ad6617d
libc/src/stdio/scanf_core/reader.h
@@ -11,16 +11,17 @@
11
12
#include "hdr/types/FILE.h"
13
14
-#if !defined(LIBC_COPT_STDIO_USE_SYSTEM_FILE) && !defined(LIBC_TARGET_OS_IS_BAREMETAL)
+#if !defined(LIBC_COPT_STDIO_USE_SYSTEM_FILE) && \
15
+ !defined(LIBC_TARGET_OS_IS_BAREMETAL)
16
#include "src/__support/File/file.h"
17
#endif
18
19
#if defined(LIBC_TARGET_ARCH_IS_GPU)
20
#include "src/stdio/getc.h"
21
#include "src/stdio/ungetc.h"
22
#elif defined(LIBC_TARGET_OS_IS_BAREMETAL)
-#include "src/stdio/getchar.h"
23
#include "hdr/stdio_macros.h" // for EOF.
24
+#include "src/stdio/getchar.h"
25
26
27
#include "src/__support/macros/attributes.h" // For LIBC_INLINE
0 commit comments