Home
last modified time | relevance | path

Searched refs:UNGETC (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dvfscanf.c68 # define UNGETC(c,s) ungetwc(c,s) macro
83 # define UNGETC(c,s) ungetc(c,s) macro
135 UNGETC(c, stream); in scanf_ungetc()
841 UNGETC(context.unget, stream); in vfscanf()
851 UNGETC(context.unget, stream); in vfscanf()