Searched defs:SDL_islower (Results 1 – 2 of 2) sorted by relevance
466 int SDL_islower(int x) { return islower(x); } in SDL_islower() function473 int SDL_islower(int x) { return ((x) >= 'a') && ((x) <= 'z'); } in SDL_islower() function
752 #define SDL_islower SDL_islower_REAL macro
Completed in 7 milliseconds