Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ stbi__pnm_isdigit
Function
stbi__pnm_isdigit
lite/example/cpp_example/mge/cv/stb_image.h:8261–8263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8259
}
8260
8261
static int stbi__pnm_isdigit(char c) {
8262
return c >=
'0'
&& c <=
'9'
;
8263
}
8264
8265
static int stbi__pnm_getinteger(stbi__context* s, char* c) {
8266
int value = 0;
Callers
1
stbi__pnm_getinteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected