libft
Functions
ft_isprint.c File Reference
#include "libft.h"
+ Include dependency graph for ft_isprint.c:

Go to the source code of this file.

Functions

int ft_isprint (int c)
 Replicates behaviour of isprint from libc. More...
 

Function Documentation

◆ ft_isprint()

int ft_isprint ( int  c)

Replicates behaviour of isprint from libc.

Definition at line 20 of file ft_isprint.c.