Home
last modified time | relevance | path

Searched defs:SDL_isdigit (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c463 int SDL_isdigit(int x) { return isdigit(x); } in SDL_isdigit() function
470 int SDL_isdigit(int x) { return ((x) >= '0') && ((x) <= '9'); } in SDL_isdigit() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h382 #define SDL_isdigit SDL_isdigit_REAL macro

Completed in 8 milliseconds