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

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.
 

Detailed Description

The file containing the my_str_isprintable function.

Author
Nicolas TORO

Function Documentation

◆ my_str_isprintable()

int my_str_isprintable ( char const * str)

Checks if a string (str) is printable.

Parameters
strThe string to check
Returns
int 1 if the string is printable, 0 otherwise
Author
Nicolas TORO