From 5f8c90bbc03dbfeb3f7b42e0c45ae8fdebc97975 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 10 Aug 2009 16:23:20 +0000 Subject: 2009-08-10 Jeff Johnston * libc/stdlib/wcstombs.c: Change documentation to specify size_t return type instead of int. --- newlib/libc/stdlib/wcstombs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdlib/wcstombs.c') diff --git a/newlib/libc/stdlib/wcstombs.c b/newlib/libc/stdlib/wcstombs.c index 6f455ea7a..d0ef26e53 100644 --- a/newlib/libc/stdlib/wcstombs.c +++ b/newlib/libc/stdlib/wcstombs.c @@ -7,11 +7,11 @@ INDEX ANSI_SYNOPSIS #include - int wcstombs(char *<[s]>, const wchar_t *<[pwc]>, size_t <[n]>); + size_t wcstombs(char *<[s]>, const wchar_t *<[pwc]>, size_t <[n]>); TRAD_SYNOPSIS #include - int wcstombs(<[s]>, <[pwc]>, <[n]>) + size_t wcstombs(<[s]>, <[pwc]>, <[n]>) char *<[s]>; const wchar_t *<[pwc]>; size_t <[n]>; -- cgit v1.2.3