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

Go to the source code of this file.

Functions

int ft_isascii (int c)
 Replicates behaviour of isascii from libc. More...
 

Function Documentation

◆ ft_isascii()

int ft_isascii ( int  c)

Replicates behaviour of isascii from libc.

Definition at line 20 of file ft_isascii.c.