memcpy(char *dest, char *src, int nb);
Copy the source information to the destination area, as in ANSI 'C'.