Update.
[glibc.git] / ctype / Versions
blob6110f848c8bb3eefd0ceb83e0eaa6552027ce382
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     __ctype_b; __ctype32_b; __ctype_tolower; __ctype_toupper;
5     _tolower; _toupper;
7     # i*
8     isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
9     isprint; ispunct; isspace; isupper; isxdigit;
11     # t*
12     toascii; tolower; toupper;
13   }