From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:04:28 +0000 (+0000) Subject: (Wide String Conversion): Fix declaration of wcstombs. X-Git-Tag: cvs/before-sparc-2_0_x-branch~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf16891647166cf949455444f78125e9118829c3;p=thirdparty%2Fglibc.git (Wide String Conversion): Fix declaration of wcstombs. --- diff --git a/manual/mbyte.texi b/manual/mbyte.texi index 15f185b54d4..4ff9a1b9747 100644 --- a/manual/mbyte.texi +++ b/manual/mbyte.texi @@ -399,7 +399,7 @@ mbstowcs_alloc (const char *string) @comment stdlib.h @comment ISO -@deftypefun size_t wcstombs (char *@var{string}, const wchar_t @var{wstring}, size_t @var{size}) +@deftypefun size_t wcstombs (char *@var{string}, const wchar_t *@var{wstring}, size_t @var{size}) The @code{wcstombs} (``wide character string to multibyte string'') function converts the null-terminated wide character array @var{wstring} into a string containing multibyte characters, storing not more than