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

Function isdigit

outdated/sys/wince/celib.c:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423int __cdecl isdigit(int c)
424{
425 return ('0' <= c && c <= '9');
426}
427
428int __cdecl isxdigit(int c)
429{

Callers 9

onListCharFunction · 0.85
curses_read_charFunction · 0.85
menu_get_selectionsFunction · 0.85
regularizeFunction · 0.85
DoMenuScrollFunction · 0.85
amii_yn_functionFunction · 0.85
fscanfFunction · 0.85
onListCharFunction · 0.85
taglineparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected