strncpy — Copy characters from strings
res = strncpy(str1,num)
A character string or matrix of character strings
matrix Maximum number of characters to be copied from source
A character string or matrix of character strings
res = strncpy(str1,num)
Copies the first num characters of source to destination.
num must have same dimensions than str1 or str2 must be a number.