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:
authorJeff Johnston <jjohnstn@redhat.com>2004-09-17 01:15:14 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-09-17 01:15:14 +0400
commit14613e5e74b633aeaa4f69e7ea096074ba94cb1f (patch)
tree0503fb6fabceee7c268746ac4cd69c6428ef6b84 /newlib/libc/ctype
parent368ffbe3d851a72b74527088f9cba63f71466742 (diff)
2004-09-16 Antony King <antony.king@st.com>
* libc/ctype/ctype.tex: Added missing documentation. * libc/stdio/stdio.tex Ditto. * libc/stdlib/stdlib.tex Ditto. * libc/string/strings.tex Ditto. * libc/time/time.tex: Ditto. * libc/stdio/setbuffer.c: Removed setlinebuf documentation.
Diffstat (limited to 'newlib/libc/ctype')
-rw-r--r--newlib/libc/ctype/ctype.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/ctype/ctype.tex b/newlib/libc/ctype/ctype.tex
index df398f609..bfdc929f7 100644
--- a/newlib/libc/ctype/ctype.tex
+++ b/newlib/libc/ctype/ctype.tex
@@ -23,6 +23,7 @@ The header file @file{ctype.h} defines the macros.
* toupper:: Translate characters to upper case
* 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
@@ -92,6 +93,9 @@ The header file @file{ctype.h} defines the macros.
@include ctype/iswcntrl.def
@page
+@include ctype/iswblank.def
+
+@page
@include ctype/iswdigit.def
@page