From 80317fe50fac71de0a1afec48d0b7936ac2c022e Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 4 Apr 2009 16:00:31 +0000 Subject: * libc/stdlib/wcstombs.c: Fix datatypes in documentation. --- newlib/libc/stdlib/wcstombs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'newlib/libc/stdlib/wcstombs.c') diff --git a/newlib/libc/stdlib/wcstombs.c b/newlib/libc/stdlib/wcstombs.c index 83e48da93..6f455ea7a 100644 --- a/newlib/libc/stdlib/wcstombs.c +++ b/newlib/libc/stdlib/wcstombs.c @@ -7,13 +7,13 @@ INDEX ANSI_SYNOPSIS #include - int wcstombs(const char *<[s]>, wchar_t *<[pwc]>, size_t <[n]>); + int wcstombs(char *<[s]>, const wchar_t *<[pwc]>, size_t <[n]>); TRAD_SYNOPSIS #include int wcstombs(<[s]>, <[pwc]>, <[n]>) - const char *<[s]>; - wchar_t *<[pwc]>; + char *<[s]>; + const wchar_t *<[pwc]>; size_t <[n]>; DESCRIPTION -- cgit v1.2.3