libft
Loading...
Searching...
No Matches
ft_isascii.c File Reference

Go to the source code of this file.

Functions

int ft_isascii (int c)
 Check if char is ASCII.
 

Function Documentation

◆ ft_isascii()

int ft_isascii ( int  c)

Check if char is ASCII.

Parameters
c
Returns
int

Definition at line 13 of file ft_isascii.c.