NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getchar_unlocked
include/stdio.h
318
int getchar_unlocked(void);
lib/libc/stdio/gets.c
64
for (s = buf; (c = getchar_unlocked()) != '\n'; ) {