int main(void) { ft_is_negative(5); ft_is_negative(0); ft_is_negative(-5); return (0); }