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

Function mar_raw_print

outdated/win/gem/wingem1.c:3274–3280  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

3272const char *strRP = "raw_print", *strRPB = "raw_print_bold";
3273
3274void
3275mar_raw_print(str)
3276const char *str;
3277{
3278 xalert(1, FAIL, X_ICN_INFO, NULL, APPL_MODAL, BUTTONS_CENTERED, TRUE,
3279 strRP, str, NULL);
3280}
3281
3282void
3283mar_raw_print_bold(str)

Callers 2

Gem_raw_printFunction · 0.85
mar_putstr_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected