Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c464 int SDL_isspace(int x) { return isspace(x); } in SDL_isspace() function
471 int SDL_isspace(int x) { return ((x) == ' ') || ((x) == '\t') || ((x) == '\r') || ((x) == '\n') || … in SDL_isspace() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h383 #define SDL_isspace SDL_isspace_REAL macro

Completed in 10 milliseconds