| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_showstr function. More...
#include "my.h"Functions | |
| void | my_showstr (char const *str) | 
| Prints a string (str) but replaces non-printable characters with their hexadecimal number.   | |
The file containing the my_showstr function.
| void my_showstr | ( | char const * | str | ) | 
Prints a string (str) but replaces non-printable characters with their hexadecimal number.
| str | The string to print |