maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_is_double (const char *n) |
int ft_is_double | ( | const char * | n | ) |
Definition at line 15 of file ft_is_double.c.
References FALSE, ft_isdigit(), and TRUE.