Concept Framework 2.2 documentation Contents | Index

standard.C.string.memcpy

Name Version Deprecated
memcpy version 1.0 no

Prototype:
string memcpy(string dest, string src, number count)

Parameters:
dest      New buffer.
src      Buffer to copy from.
count      Number of bytes to copy.

Description:
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.

Returns:
The value of dest.

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