Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dstdio.h60 int getchar(void);
/DragonOS-0.1.8/user/apps/shell/
Dshell.c159 key = getchar(); in shell_readline()
163 key = getchar(); in shell_readline()
/DragonOS-0.1.8/user/libs/libc/src/
Dstdio.c28 int getchar(void) in getchar() function