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 168177a commit 04ab8a5Copy full SHA for 04ab8a5
libc/src/stdio/scanf_core/vfscanf_internal.h
@@ -18,6 +18,8 @@
18
19
#if defined(LIBC_TARGET_ARCH_IS_GPU)
20
#include "src/stdio/ferror.h"
21
+#include "src/stdio/getc.h"
22
+#include "src/stdio/ungetc.h"
23
#endif
24
25
#include "hdr/types/FILE.h"
0 commit comments