From 63f8fe54565b20dc7adb23381a7eb21439f02a40 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Jan 2006 20:14:50 +0000 Subject: * libio/stdio.h: Declare open_wmemstream. * libio/Versions: Export open_wmemstream for GLIBC_2.4. --- libio/stdio.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libio/stdio.h') diff --git a/libio/stdio.h b/libio/stdio.h index fbe0f56..566ec5a 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -293,6 +293,11 @@ extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes) __THROW; and the number of characters written on fflush or fclose. */ extern FILE *open_memstream (char **__restrict __bufloc, size_t *__restrict __sizeloc) __THROW; + +/* Like OPEN_MEMSTREAM, but the stream is wide oriented and produces + a wide character string. */ +extern FILE *open_wmemstream (wchar_t **__restrict __bufloc, + size_t *__restrict __sizeloc) __THROW; #endif -- cgit v1.1