#include "libft.h" int ft_diff(void *a, void *b) { return (*(int *)a - *(int *)b); }