COHERENT help

This page displays the COHERENT help information for strcpy.

Listing of available help pages


strcpy() -- Copy one string into another

#include <string.h>
char *strcpy(string1, string2)
char *string1, *string2;