Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ isdigit
Function
isdigit
examples/stdlib.c:2516–2519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2514
}
2515
2516
static int isdigit(int c)
2517
{
2518
return (c >=
'0'
&& c <=
'9'
);
2519
}
2520
2521
static int islower(int c)
2522
{
Callers
10
vsnprintf
Function · 0.70
scanf_get_dec
Function · 0.70
scanf_impl
Function · 0.70
read_long_names
Function · 0.50
__libelf_next_arhdr_wrlock
Function · 0.50
peekToken
Function · 0.50
parseFunctionName
Function · 0.50
getToken
Method · 0.50
isLibraryFilename
Function · 0.50
parseSymbol
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected