OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getin
games/adventure/extern.h
49
void getin(char *, size_t, char *, size_t);
games/adventure/main.c
221
getin(wd1, sizeof(wd1), wd2, sizeof(wd2));
games/adventure/subr.c
817
getin(wd1, sizeof(wd1), wd2, sizeof(wd2));
games/adventure/wizard.c
88
getin(wd1, sizeof(wd1), wd2, sizeof(wd2));