Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dgetchar_u.c70 #undef getchar_unlocked
73 getchar_unlocked (void) in getchar_unlocked() function
Dstdio.h514 int getchar_unlocked (void);
770 #define getchar_unlocked() _getchar_unlocked() macro
794 #define getchar_unlocked() getc_unlocked(stdin) macro
Dstdio.tex78 * getchar_unlocked:: Get a character from standard input (macro)
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201518250 getchar_unlocked, putc_unlocked and putchar_unlocked.