Using strcpy and strncat functions

Trying to use this function to copy and append strings but not sure how it is supposed to be used

void concat(const char a[ ], const char b[ ], char result[ ],
int result_maxlength)
{

// create function that concatenates the strings a and b to the buffer result



}
Last edited on
Topic archived. No new replies allowed.