summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-11 08:57:11 +0000
committertjr <tjr@FreeBSD.org>2002-09-11 08:57:11 +0000
commit5f5cd9d0b813ebc54b63008e1ccea578606e81e4 (patch)
tree8c2f74f436cd6ea0913a007054c0425995e4696f /include/wchar.h
parent8985bac5bf6628b54821fe8b9fdf6156bb24a1eb (diff)
downloadFreeBSD-src-5f5cd9d0b813ebc54b63008e1ccea578606e81e4.zip
FreeBSD-src-5f5cd9d0b813ebc54b63008e1ccea578606e81e4.tar.gz
Add an implementation of wcsftime() (wide character version of strftime()).
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index c206ab0..89867ac 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -101,6 +101,7 @@ typedef __wint_t wint_t;
#endif
struct __sFILE;
+struct tm;
__BEGIN_DECLS
wint_t btowc(int);
@@ -127,6 +128,8 @@ wchar_t *wcschr(const wchar_t *, wchar_t);
int wcscmp(const wchar_t *, const wchar_t *);
wchar_t *wcscpy(wchar_t * __restrict, const wchar_t * __restrict);
size_t wcscspn(const wchar_t *, const wchar_t *);
+size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict,
+ const struct tm * __restrict);
size_t wcslcat(wchar_t *, const wchar_t *, size_t);
size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
size_t wcslen(const wchar_t *);
OpenPOWER on IntegriCloud