Searched refs:SDL_ScanLongLong (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c136 static size_t SDL_ScanLongLong(const char *text, int radix, Sint64 *valuep) function
620 len = SDL_ScanLongLong(string, base, &value);
836 text += SDL_ScanLongLong(text, radix, &value);

Completed in 134 milliseconds