Corewar documentation 1.0.0
|
The file containing the my_strcat function. More...
#include "my.h"
Functions | |
char * | my_strcat (char *dest, char const *src) |
Concatenates two strings (dest) and (src) | |
The file containing the my_strcat function.
char * my_strcat | ( | char * | dest, |
char const * | src ) |
Concatenates two strings (dest) and (src)
dest | The destination string |
src | The source string |