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