Searched defs:append (Results 1 - 1 of 1) sorted by path

/bionic/libc/string/
H A Dstrcat.c44 strcat(char *s, const char *append) argument
49 while ((*s++ = *append++) != '\0');

Completed in 17 milliseconds