libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_isalnum (int c) |
Replicates behaviour of isalnum from libc . More... | |
int ft_isalnum | ( | int | c | ) |
Replicates behaviour of isalnum
from libc
.
Definition at line 20 of file ft_isalnum.c.