ajout abs, greater, smaller, sign
This commit is contained in:
@@ -107,6 +107,10 @@ void ft_putnbrendl(int n);
|
||||
void ft_putnbrendl_fd(int n, int fd);
|
||||
int ft_get_next_line(const int fd, char **line);
|
||||
char *ft_concat_free(char *str1, char *str2);
|
||||
int ft_abs(int n);
|
||||
int ft_greater(int a, int b);
|
||||
int ft_smaller(int a, int b);
|
||||
int ft_sign(int i);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user