Home
last modified time | relevance | path

Searched defs:getc_unlocked (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dgetc_u.c72 getc_unlocked ( in getc_unlocked() function
/picolibc-latest/newlib/libc/tinystdio/
Dfgetc.c65 int getc_unlocked(FILE *stream) { return fgetc(stream); } in getc_unlocked() function
Dstdio.h378 #define getc_unlocked(f) fgetc(f) macro