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:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-12 18:34:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-03-12 18:34:57 +0300
commitd75c0f75bc055d1644243969dc02ac1b1c7a0615 (patch)
tree98d75e91b46b6ecd1dbd180829cb215fd6e65721 /newlib/libc/string
parent14a164a726b944cb6f2963721b01d5a593dd7398 (diff)
* libc/time/time.tex (wcsftime.def): Include.
* libc/time/wcsftime.c: Clean up documentation a little.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r--newlib/libc/string/wcstrings.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/wcstrings.tex b/newlib/libc/string/wcstrings.tex
index 298d2bc71..5b9c22069 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -18,6 +18,7 @@ declarations are in @file{wchar.h}.
* wcscpy:: Copy wide-character string
* wcpcpy:: Copy a wide-character string returning a pointer to its end
* wcscspn:: Count wide characters not in string
+* wcsftime:: Convert date and time to a formatted wide-character string
* wcslcat:: Concatenate wide-character strings to specified length
* wcslcpy:: Copy wide-character string to specified length
* wcslen:: Wide-character string length
@@ -73,6 +74,9 @@ declarations are in @file{wchar.h}.
@include string/wcscspn.def
@page
+@include time/wcsftime.def
+
+@page
@include string/wcslcat.def
@page