HomeSort by: relevance | last modified time | path
    Searched defs:getchar_unlocked (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
getchar.c 52 #undef getchar_unlocked
67 getchar_unlocked(void) function in typeref:typename:int
  /src/include/
stdio.h 318 int getchar_unlocked(void);
524 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 14 milliseconds