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

Function X11_raw_print

win/X11/winX.c:938–942  ·  view source on GitHub ↗

Global Functions ======================================================= */

Source from the content-addressed store, hash-verified

936
937/* Global Functions ======================================================= */
938void
939X11_raw_print(const char *str)
940{
941 (void) puts(str);
942}
943
944void
945X11_raw_print_bold(const char *str)

Callers 5

X11_nhbellFunction · 0.85
create_ripout_widgetFunction · 0.85
init_annotationFunction · 0.85
init_tilesFunction · 0.85
get_char_infoFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected