| Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |