strcat
static inline char *strcat(char *dst, const char *src)
char *strcat(char *dest, const char *src)