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 12f2ae0 commit 6236e59Copy full SHA for 6236e59
libc/src/stdio/scanf_core/reader.cpp
@@ -6,11 +6,15 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#include "hdr/types/FILE.h"
10
#include "src/stdio/scanf_core/reader.h"
11
#include "src/__support/macros/config.h"
12
+#include "src/__support/File/file.h"
13
+
14
#include <stddef.h>
15
-#include "src/__support/File/file.h"
16
17
18
19
namespace LIBC_NAMESPACE_DECL {
20
namespace scanf_core {
0 commit comments