From a38fc79ee9f7ccef78adf91aba8f5ae374803dfe Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 30 Nov 2017 02:17:18 -0600 Subject: stdlib: remove TRAD_SYNOPSIS Signed-off-by: Yaakov Selkowitz --- newlib/libc/stdlib/wcstombs.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'newlib/libc/stdlib/wcstombs.c') diff --git a/newlib/libc/stdlib/wcstombs.c b/newlib/libc/stdlib/wcstombs.c index b0123a3..9e19378 100644 --- a/newlib/libc/stdlib/wcstombs.c +++ b/newlib/libc/stdlib/wcstombs.c @@ -5,17 +5,10 @@ FUNCTION INDEX wcstombs -ANSI_SYNOPSIS +SYNOPSIS #include size_t wcstombs(char *restrict <[s]>, const wchar_t *restrict <[pwc]>, size_t <[n]>); -TRAD_SYNOPSIS - #include - size_t wcstombs(<[s]>, <[pwc]>, <[n]>) - char *<[s]>; - const wchar_t *<[pwc]>; - size_t <[n]>; - DESCRIPTION When _MB_CAPABLE is not defined, this is a minimal ANSI-conforming implementation of <>. In this case, -- cgit v1.1