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

Go to the source code of this file.

Functions

int ft_isalpha (int c)
 Replicates behaviour of isalpha from libc. More...
 

Function Documentation

◆ ft_isalpha()

int ft_isalpha ( int  c)

Replicates behaviour of isalpha from libc.

Definition at line 20 of file ft_isalpha.c.