Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
int __cdecl isdigit(int c)
424
{
425
return (
'0'
<= c && c <=
'9'
);
426
}
427
428
int __cdecl isxdigit(int c)
429
{
Callers
9
onListChar
Function · 0.85
curses_read_char
Function · 0.85
menu_get_selections
Function · 0.85
regularize
Function · 0.85
DoMenuScroll
Function · 0.85
amii_yn_function
Function · 0.85
fscanf
Function · 0.85
onListChar
Function · 0.85
taglineparse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected