Corewar documentation 1.0.0
|
The file containing the my_str_isprintable function. More...
#include "my.h"
Functions | |
int | my_str_isprintable (char const *str) |
Checks if a string (str) is printable. | |
The file containing the my_str_isprintable function.
int my_str_isprintable | ( | char const * | str | ) |
Checks if a string (str) is printable.
str | The string to check |