mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
|
libc {
|
||
|
GLIBC_2.0 {
|
||
|
# global variables
|
||
|
__ctype_b; __ctype_tolower; __ctype_toupper;
|
||
|
|
||
|
# i*
|
||
|
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
|
||
|
isprint; ispunct; isspace; isupper; isxdigit;
|
||
|
|
||
|
# t*
|
||
|
toascii; tolower; toupper;
|
||
|
}
|
||
|
}
|