void CopyString(char *From, char *To) { /* Fill this in */ }
Hey, in 2026 strcpy is still part of the C standard library (much to the chagrin of anyone security conscious).
Hey, in 2026 strcpy is still part of the C standard library (much to the chagrin of anyone security conscious).