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

Go to the source code of this file.

Functions

int ft_isdigit (int c)
 Replicates behaviour of isdigit from libc. More...
 

Function Documentation

◆ ft_isdigit()

int ft_isdigit ( int  c)

Replicates behaviour of isdigit from libc.

Definition at line 20 of file ft_isdigit.c.