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.
getc
ungetc
1 parent cc45365 commit 87bf232Copy full SHA for 87bf232
libc/src/stdio/scanf_core/CMakeLists.txt
@@ -61,6 +61,8 @@ add_header_library(
61
reader.h
62
DEPENDS
63
libc.src.__support.macros.attributes
64
+ libc.src.stdio.getc
65
+ libc.src.stdio.ungetc
66
)
67
elseif((TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD))
68
add_header_library(
0 commit comments