mempcpy - Online Linux Manual Page

Section : 3
Updated : 2022-12-15
Source : Linux man-pages 6.03

NAMEmempcpy, wmempcpy − copy memory area

LIBRARYStandard C library (libc, −lc)

SYNOPSIS#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <string.h>void *mempcpy(void dest[restrict .n], const void src[restrict .n], size_t n);#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <wchar.h>wchar_t *wmempcpy(wchar_t dest[restrict .n], const wchar_t src[restrict .n], size_t n);

DESCRIPTIONThe mempcpy() function is nearly identical to the memcpy(3) function. It copies n bytes from the object beginning at src into the object pointed to by dest. But instead of returning the value of dest it returns a pointer to the byte following the last written byte. This function is useful in situations where a number of objects shall be copied to consecutive memory positions. The wmempcpy() function is identical but takes wchar_t type arguments and copies n wide characters.

RETURN VALUEdest + n.

VERSIONSmempcpy() first appeared in glibc 2.1.

ATTRIBUTESFor an explanation of the terms used in this section, see attributes(7).
InterfaceAttributeValue
mempcpy(), wmempcpy() Thread safetyMT-Safe

STANDARDSThis function is a GNU extension.

EXAMPLESvoid * combine(void *o1, size_t s1, void *o2, size_t s2) { void *result = malloc(s1 + s2); if (result != NULL) mempcpy(mempcpy(result, o1, s1), o2, s2); return result; }

SEE ALSOmemccpy(3), memcpy(3), memmove(3), wmemcpy(3)
0
Johanes Gumabo
Data Size   :   8,918 byte
man-wmempcpy.3Build   :   2025-03-22, 13:26   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   34 / 2,230,461
Visitor ID   :     :  
Visitor IP   :   216.73.216.247   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   20   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 25.03.22
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36


Very long time ago, I have the best tutor, Wenzel Svojanovsky. If someone knows the email address of Wenzel Svojanovsky, please send an email to johanesgumabo@gmail.com.
Help me, linux0001.com will expire on July 16, 2025. I have no money to renew it. View detail

If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.