C-Extensions / C API functions |
Copies a specified number of bytes to another location in memory.
void bycopy(char *s1, char *s2, mint n);
If the location pointed to by s2 overlaps the location pointed to by s1, the function will not preserve the value of s1.