Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
memcpy | version 1.0 | no |
string memcpy(string dest, string src, number count) |
dest | New buffer. |
src | Buffer to copy from. |
count | Number of bytes to copy. |
The value of dest. Copies count bytes of src to dest. If the source and destination overlap, the behavior of memcpy is undefined. Use memmove to handle overlapping regions.
|
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |