Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/ctype/ctype.tex')
-rw-r--r--newlib/libc/ctype/ctype.tex78
1 files changed, 3 insertions, 75 deletions
diff --git a/newlib/libc/ctype/ctype.tex b/newlib/libc/ctype/ctype.tex
index d15e86b30..a0971d88c 100644
--- a/newlib/libc/ctype/ctype.tex
+++ b/newlib/libc/ctype/ctype.tex
@@ -12,33 +12,15 @@ The header file @file{ctype.h} defines the macros.
* isascii:: ASCII character predicate
* iscntrl:: Control character predicate
* isdigit:: Decimal digit predicate
-* islower:: Lowercase character predicate
+* islower:: Lower-case character predicate
* isprint:: Printable character predicates (isprint, isgraph)
* ispunct:: Punctuation character predicate
* isspace:: Whitespace character predicate
* isupper:: Uppercase character predicate
* isxdigit:: Hexadecimal digit predicate
* toascii:: Force integers to ASCII range
-* tolower:: Translate characters to lowercase
-* toupper:: Translate characters to uppercase
-* iswalnum:: Alphanumeric wide character predicate
-* iswalpha:: Alphabetic wide character predicate
-* iswblank:: Blank wide character predicate
-* iswcntrl:: Control wide character predicate
-* iswdigit:: Decimal digit wide character predicate
-* iswgraph:: Graphic wide character predicate
-* iswlower:: Lowercase wide character predicate
-* iswprint:: Printable wide character predicate
-* iswpunct:: Punctuation wide character predicate
-* iswspace:: Whitespace wide character predicate
-* iswupper:: Uppercase wide character predicate
-* iswxdigit:: Hexadecimal digit wide character predicate
-* iswctype:: Extensible wide-character test
-* wctype:: Compute wide-character test type
-* towlower:: Translate wide characters to lowercase
-* towupper:: Translate wide characters to uppercase
-* towctrans:: Extensible wide-character translation
-* wctrans:: Compute wide-character translation type
+* tolower:: Translate characters to lower case
+* toupper:: Translate characters to upper case
@end menu
@page
@@ -83,58 +65,4 @@ The header file @file{ctype.h} defines the macros.
@page
@include ctype/toupper.def
-@page
-@include ctype/iswalnum.def
-
-@page
-@include ctype/iswalpha.def
-
-@page
-@include ctype/iswcntrl.def
-
-@page
-@include ctype/iswblank.def
-
-@page
-@include ctype/iswdigit.def
-
-@page
-@include ctype/iswgraph.def
-
-@page
-@include ctype/iswlower.def
-
-@page
-@include ctype/iswprint.def
-
-@page
-@include ctype/iswpunct.def
-
-@page
-@include ctype/iswspace.def
-
-@page
-@include ctype/iswupper.def
-
-@page
-@include ctype/iswxdigit.def
-
-@page
-@include ctype/iswctype.def
-
-@page
-@include ctype/wctype.def
-
-@page
-@include ctype/towlower.def
-
-@page
-@include ctype/towupper.def
-
-@page
-@include ctype/towctrans.def
-
-@page
-@include ctype/wctrans.def
-