Searched refs:from (Results 1 – 1 of 1) sorted by relevance
35 static void bcpl_strcpy(char *to, char *from) in bcpl_strcpy() argument37 int len = *from++; in bcpl_strcpy()41 *to++ = *from++; in bcpl_strcpy()
Completed in 6 milliseconds