Corewar documentation 1.0.0
|
The file containing the my_get_last_char function. More...
#include "my.h"
Functions | |
char | my_get_last_char (char *str) |
Returns the last char of a string (str) | |
The file containing the my_get_last_char function.
char my_get_last_char | ( | char * | str | ) |
Returns the last char of a string (str)
str | The string to check |