Corewar documentation 1.0.0
|
The file containing the my_add_chr function. More...
#include "my.h"
Functions | |
char * | my_add_chr (char *str, char chr) |
Adds a char (chr) at the end of a string (str) | |
The file containing the my_add_chr function.
char * my_add_chr | ( | char * | str, |
char | chr ) |
Adds a char (chr) at the end of a string (str)
str | The string to modify |
chr | The char to add |