MCPcopy Create free account
hub / github.com/NetHack/NetHack / amii_getlin

Function amii_getlin

sys/amiga/winreq.c:811–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809/* Generate a requester for a string value. */
810
811void
812amii_getlin(const char *prompt, char *bufp)
813{
814 getlind(prompt, bufp, 0);
815}
816
817/* and with default */
818void

Callers 2

DoMenuScrollFunction · 0.85
amii_asknameFunction · 0.85

Calls 1

getlindFunction · 0.85

Tested by

no test coverage detected