MCPcopy 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
66static int getDecimal(const char *str) {
67 return strtol(str, NULL, 0);
68}
69
70static int getHexdecimal(const char *str) {
71 return strtoul(str, NULL, 16);

Callers 1

readEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected