From 0a9ed0f9b84247b0dda23500b7ab301a1238736b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Nov 2015 06:57:59 +0100 Subject: m + split wchar/*.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/wchar/wmemcpy.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/wchar/wmemcpy.c') diff --git a/src/wchar/wmemcpy.c b/src/wchar/wmemcpy.c index 5caef28..bcae22a 100644 --- a/src/wchar/wmemcpy.c +++ b/src/wchar/wmemcpy.c @@ -35,19 +35,3 @@ wchar_t* wmemcpy(wchar_t* restrict whither, const wchar_t* restrict whence, size return r; } - -/** - * Copy a memory segment to another, non-overlapping, segment. - * - * This is a GNU extension. - * - * @param whither The destination memory segment. - * @param whence The source memory segment. - * @param size The number of wide characters to copy. - * @return `whither + size` is returned. - */ -wchar_t* wmempcpy(wchar_t* restrict whither, const wchar_t* restrict whence, size_t size) -{ - return wmemcpy(whither, whence, size) + size; -} - -- cgit v1.2.3-70-g09d2