_strcpy 124 include/lolevel.h extern char *_strcpy(char *dest, const char *src); _strcpy 868 platform/generic/wrappers.c return _strcpy(dest, src);