creation du main de testing et du test de abs
This commit is contained in:
8
testing/srcs/test_greater.c
Normal file
8
testing/srcs/test_greater.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "libft.h"
|
||||
|
||||
int ft_greater(int a, int b)
|
||||
{
|
||||
if (a < b)
|
||||
return (b);
|
||||
return (a);
|
||||
}
|
||||
Reference in New Issue
Block a user