Closed Ghalko closed 6 years ago
strcpy is in the string.h library and seems to do the same thing.
Hi Ghalko, thank you for pointing out the redundancy. strcopy(src, dst) has been removed from utils.cpp with strcpy(dst, src) taking it's place -- only one instance in entire project.
strcpy is in the string.h library and seems to do the same thing.