Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOfficialFloW/VitaShell
/ getDecimal
Function
getDecimal
config.c:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static int getDecimal(const char *str) {
67
return strtol(str, NULL, 0);
68
}
69
70
static int getHexdecimal(const char *str) {
71
return strtoul(str, NULL, 16);
Callers
1
readEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected