mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
1da995555a
1998-11-19 Ulrich Drepper <drepper@cygnus.com> * ctype/Versions: Add _tolower and _toupper.
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# global variables
|
|
__ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper;
|
|
|
|
# i*
|
|
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
|
|
isprint; ispunct; isspace; isupper; isxdigit;
|
|
|
|
# t*
|
|
toascii; tolower; toupper;
|
|
}
|
|
}
|