Home
last modified time | relevance | path

Searched refs:strtou8 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mtools/mtools-4.0.26/
H A Dstrtonum.c65 uint8_t strtou8(const char *nptr, char **endptr, int base) { in strtou8() function
70 return strtou8(str, 0, 0); in atou8()
H A Dmtools.h274 uint8_t strtou8(const char *nptr, char **endptr, int base);
H A Dconfig.c271 * ((uint8_t *)global_switches[i].address) = strtou8(s,0,0); in get_env_conf()