mem_copy
Declaration
mem_copy :: fn (dest: *u8, src: *u8, size: usize)
Description
Copy memory of defined size from source to destination. Destination
and source size must be at least size bytes.
Arguments
destPointer to destination memory.srcPointer to source memory.sizeCount of bytes to be copied.
Declared in: memory.bl