libft
Loading...
Searching...
No Matches
ft_isalnum.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

int ft_isalnum (int c)
 Is an alphabet or a number.
 

Function Documentation

◆ ft_isalnum()

int ft_isalnum ( int  c)

Is an alphabet or a number.

Checks if character is an alphabet or a number.

Parameters
cCharacter as an ASCII desimal
Returns
int 1 if true, 0 if false

Definition at line 15 of file ft_isalnum.c.