diff options
Diffstat (limited to 'newlib/libc/string/wmemmove.c')
-rw-r--r-- | newlib/libc/string/wmemmove.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/libc/string/wmemmove.c b/newlib/libc/string/wmemmove.c index e20a26a..18d2a2b 100644 --- a/newlib/libc/string/wmemmove.c +++ b/newlib/libc/string/wmemmove.c @@ -2,16 +2,10 @@ FUNCTION <<wmemmove>>---copy wide characters in memory with overlapping areas -ANSI_SYNOPSIS +SYNOPSIS #include <wchar.h> wchar_t *wmemmove(wchar_t *<[d]>, const wchar_t *<[s]>, size_t <[n]>); -TRAD_SYNOPSIS - wchar_t *wmemmove(<[d]>, <[s]>, <[n]> - wchar_t *<[d]>; - const wchar_t *<[s]>; - size_t <[n]>; - DESCRIPTION The <<wmemmove>> function copies <[n]> wide characters from the object pointed to by <[s]> to the object pointed to by <[d]>. Copying takes |