API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
deprecated: 2.40
#define g_memmove ( dest, src, len )
Copies a block of memory len bytes long, from src to dest. The source and destination areas may overlap.
len
src
dest
Deprecated since: 2.40
Just use memmove().
This function is not directly available to language bindings.
Type: -
-
The destination address to copy the bytes to.
The source address to copy the bytes from.
The number of bytes to copy.