Concept Framework 2.2 documentation Contents | Index

standard.C.string.strcpy

Name Version Deprecated
strcpy version 1.0 no

Prototype:
string strcpy(string strDestination, string strSource)

Parameters:
strDestination      Destination string
strSource      Null-terminated source string

Description:
Copy a string. The strcpy function copies strSource, including the terminating null character, to the location specified by strDestination. No overflow checking is performed when strings are copied or appended. The behavior of strcpy is undefined if the source and destination strings overlap.


Returns:
Returns strDestination.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications