Synopsis
#include <string_c.h>
void *memcpy_c(void *s1, __code const void *s2, size_t n);
Description

memcpy_c copies n characters from the object pointed to by s2 into the object pointed to by s1.

memcpy_c returns the value of s1.

Portability

memcpy_c is an extension provided by CrossWorks.