aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wmemchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wmemchr.c')
-rw-r--r--newlib/libc/string/wmemchr.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/libc/string/wmemchr.c b/newlib/libc/string/wmemchr.c
index b582b89..097e47a 100644
--- a/newlib/libc/string/wmemchr.c
+++ b/newlib/libc/string/wmemchr.c
@@ -3,16 +3,10 @@ FUNCTION
<<wmemchr>>---find a wide character in memory
-ANSI_SYNOPSIS
+SYNOPSIS
#include <wchar.h>
wchar_t *wmemchr(const wchar_t *<[s]>, wchar_t <[c]>, size_t <[n]>);
-TRAD_SYNOPSIS
- wchar_t *wmemchr(<[s]>, <[c]>, <[n]>
- const wchar_t *<[s]>;
- wchar_t <[c]>;
- size_t <[n]>;
-
DESCRIPTION
The <<wmemchr>> function locates the first occurrence of <[c]> in the
initial <[n]> wide characters of the object pointed to be <[s]>. This