RetroArch
|
Go to the source code of this file.
Macros | |
#define | LUA_USE_CTYPE 1 |
#define | lislalpha(c) (isalpha(c) || (c) == '_') |
#define | lislalnum(c) (isalnum(c) || (c) == '_') |
#define | lisdigit(c) (isdigit(c)) |
#define | lisspace(c) (isspace(c)) |
#define | lisprint(c) (isprint(c)) |
#define | lisxdigit(c) (isxdigit(c)) |
#define | ltolower(c) (tolower(c)) |
#define LUA_USE_CTYPE 1 |