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

The file containing the my_char_is_printable function. More...

#include "my.h"

Functions

int my_char_is_printable (char const c)
 Checks if a char (c) is printable.
 

Detailed Description

The file containing the my_char_is_printable function.

Author
Nicolas TORO

Function Documentation

◆ my_char_is_printable()

int my_char_is_printable ( char const c)

Checks if a char (c) is printable.

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