Added memorybook to parsing and cleaned most of the files
This commit is contained in:
8
libs/libft/srcs/ft_greater.c
Normal file
8
libs/libft/srcs/ft_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