42sh 1.0.0
Create a shell in C
|
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 |