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

Function isprint

outdated/sys/wince/celib.c:445–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445int __cdecl isprint(int c)
446{
447 char str[2];
448 WCHAR wstr[2];
449 str[0] = c;
450 str[1] = 0;
451
452 NH_A2W(str, wstr, 1);
453 return iswprint(wstr[0]);
454}
455
456char *__cdecl _strdup(const char *s)
457{

Callers 12

trace_add_menuFunction · 0.85
trace_message_menuFunction · 0.85
trace_nhgetchFunction · 0.85
trace_nh_poskeyFunction · 0.85
trace_yn_functionFunction · 0.85
mswin_yn_functionFunction · 0.85
msdos.cFile · 0.85
DOSgetchFunction · 0.85
BIOSgetchFunction · 0.85
BIOSgetchFunction · 0.85
mswin_yn_functionFunction · 0.85
do_grep_controlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected