Home
last modified time | relevance | path

Searched defs:getchar_unlocked (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dgetchar.c47 int getchar_unlocked(void) { return getchar(); } in getchar_unlocked() function
Dstdio.h379 #define getchar_unlocked(f) fgetc(stdin) macro
/picolibc-latest/newlib/libc/stdio/
Dgetchar_u.c72 getchar_unlocked (void) in getchar_unlocked() function
Dstdio.h767 #define getchar_unlocked() _getchar_unlocked() macro
791 #define getchar_unlocked() getc_unlocked(stdin) macro