42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_showstr.c File Reference

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.
 

Detailed Description

The file containing the my_showstr function.

Author
Nicolas TORO

Function Documentation

◆ my_showstr()

void my_showstr ( char const * str)

Prints a string (str) but replaces non-printable characters with their hexadecimal number.

Parameters
strThe string to print
Returns
void
Author
Nicolas TORO