| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| strcat | version 1.0 | no |
| string strcat(string strDestination, string strSource) |
| strDestination | Null-terminated destination string. |
| strSource | Null-terminated source string. |
| Append a string. The strcat function appends strSource to strDestination and terminates the resulting string with a null character. The initial character of strSource overwrites the terminating null character of strDestination. The behavior of strcat 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 |