Corewar documentation 1.0.0
|
The file containing the my_strupcase function. More...
#include "my.h"
Functions | |
char * | my_strupcase (char *str) |
Replaces lowcase by upcase of a string (str) | |
The file containing the my_strupcase function.
char * my_strupcase | ( | char * | str | ) |
Replaces lowcase by upcase of a string (str)
str | The string to modify |