I have not been able to find any information with a web-search. Where should I be looking?
char myString[256]; char dest[256] strncpy(dest, myString,10); dest[10] = 0; //null terminate destination