Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getchar
src/add-ons/kernel/bus_managers/acpi/acpica/include/acclib.h
358
#define getchar(c) fgetc(stdin)
src/system/libroot/posix/glibc/include/bits/stdio.h
44
getchar (void)
src/system/libroot/posix/glibc/libio/getchar.c
30
#undef getchar
src/system/libroot/posix/glibc/libio/getchar.c
33
getchar (void)
src/system/libroot/stubbed/libroot_stubs.c
1739
void getchar() {}
src/system/libroot/stubbed/libroot_stubs_legacy.c
1726
void getchar() {}