Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
strcpy | version 1.0 | no |
string strcpy(string strDestination, string strSource) |
strDestination | Destination string |
strSource | Null-terminated source string |
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.
|
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |