Synopsis
#include <string_c.h>
char *strcpy_c(char *s1, __code const char *s2);
Description

strcpy_c copies the string pointed to by s2 (including the terminating null character) into the array pointed to by s1.

strcpy_c returns the value of s1.

Portability

strcpy_c is an extension provided by CrossWorks C.