Home > Electronics Tutorials > C Language Tutorial > sstring.h - memcpy

C Language Programming Library Reference Guide

string.h - memcpy

Declaration: void *memcpy(void *str1, const void *str2, size_t n); Copies n characters from str2 to str1. If str1 and str2 overlap the behavior is undefined.

Returns the argument str1.

Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......