removed unused and wrong ft_modf
This commit is contained in:
@@ -130,7 +130,6 @@ int ft_greater(int a, int b);
|
||||
int ft_smaller(int a, int b);
|
||||
int ft_sign(int i);
|
||||
int ft_fsign(double i);
|
||||
double ft_modf(double x, double *int_part);
|
||||
double ft_pow(double base, int exponent);
|
||||
double ft_round(double x);
|
||||
double ft_sqrt(double i);
|
||||
|
||||
Reference in New Issue
Block a user