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