Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ stbi__pnm_isdigit
Function
stbi__pnm_isdigit
include/stb/stb_image.h:7562–7565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7560
}
7561
7562
static int stbi__pnm_isdigit(char c)
7563
{
7564
return c >=
'0'
&& c <=
'9'
;
7565
}
7566
7567
static int stbi__pnm_getinteger(stbi__context *s, char *c)
7568
{
Callers
1
stbi__pnm_getinteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected