From 1c31aa7979138ee5bb443e5adfd6c22ff0680fd8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Sep 2006 15:57:56 +0000 Subject: * libio/stdio.h: Move open_wmemstream prototype to ... * wcsmbs/wchar.h: ... here. --- wcsmbs/wchar.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wcsmbs/wchar.h') diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 5dc7e19345..f54abfaa96 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -600,6 +600,13 @@ extern wchar_t *wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n) /* Wide character I/O functions. */ + +#ifdef __USE_GNU +/* Like OPEN_MEMSTREAM, but the stream is wide oriented and produces + a wide character string. */ +extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW; +#endif + #if defined __USE_ISOC99 || defined __USE_UNIX98 __BEGIN_NAMESPACE_C99 -- cgit 1.4.1