|
libft
|
#include "libft.h"
Include dependency graph for ft_isspace.c: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.
1.8.16