_strcat 126 include/lolevel.h extern char *_strcat(char *dest, const char *app); _strcat 876 platform/generic/wrappers.c return _strcat(dest, app);