aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcslen.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 02:20:06 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:52 -0600
commit352c8f2f0dd977f2b2d2dfb7087d701d85fd5361 (patch)
tree647985f13f6c4f82120de1429da24554f93a65ea /newlib/libc/string/wcslen.c
parenta38fc79ee9f7ccef78adf91aba8f5ae374803dfe (diff)
downloadnewlib-352c8f2f0dd977f2b2d2dfb7087d701d85fd5361.zip
newlib-352c8f2f0dd977f2b2d2dfb7087d701d85fd5361.tar.gz
newlib-352c8f2f0dd977f2b2d2dfb7087d701d85fd5361.tar.bz2
string: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/string/wcslen.c')
-rw-r--r--newlib/libc/string/wcslen.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/string/wcslen.c b/newlib/libc/string/wcslen.c
index d671551..ebef172 100644
--- a/newlib/libc/string/wcslen.c
+++ b/newlib/libc/string/wcslen.c
@@ -2,14 +2,10 @@
FUNCTION
<<wcslen>>---get wide-character string length
-ANSI_SYNOPSIS
+SYNOPSIS
#include <wchar.h>
size_t wcslen(const wchar_t *<[s]>);
-TRAD_SYNOPSIS
- size_t wcslen(<[s]>
- const wchar_t *<[s]>;
-
DESCRIPTION
The <<wcslen>> function computes the number of wide-character codes
in the wide-character string to which <[s]> points, not including the