Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software