|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Macros | |
| #define | C_CODESET |
| #define | JA_CODESET "EUC-JP" |
| #define | digit(x) ((x) >= '0' && (x) <= '9') |
| #define | strstart(s, n) (strncasecmp((s), (n), strlen(n)) == 0) |
Functions | |
| const char * | nl_langinfo_codeset (void) |
| #define C_CODESET |
Definition at line 48 of file langinfo.c.
| #define digit | ( | x | ) | ((x) >= '0' && (x) <= '9') |
Definition at line 56 of file langinfo.c.
| #define JA_CODESET "EUC-JP" |
Definition at line 53 of file langinfo.c.
| #define strstart | ( | s, | |
| n | |||
| ) | (strncasecmp((s), (n), strlen(n)) == 0) |
Definition at line 57 of file langinfo.c.