Searched defs:ungetc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/src/stdio/scanf_core/ | ||
H A D | reader.cpp | 15 void Reader::ungetc(char c) { ungetc() function in LIBC_NAMESPACE::scanf_core::Reader |
H A D | vfscanf_internal.h | 44 LIBC_INLINE void ungetc(int c, void *f) { ungetc() function |
/llvm-project/libc/src/__support/File/ | ||
H A D | file.h | 200 int ungetc(int c) { ungetc() function |