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

Go to the source code of this file.

Functions

int ft_isdigit (int c)
 Check if char is digit.
 

Function Documentation

◆ ft_isdigit()

int ft_isdigit ( int  c)

Check if char is digit.

Parameters
c
Returns
int

Definition at line 13 of file ft_isdigit.c.