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