/* ************************************************************************** */ /* */ /* :::::::: */ /* test2.c :+: :+: */ /* +:+ */ /* By: houtworm +#+ */ /* +#+ */ /* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ /* Updated: 2023/10/18 17:15:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ #include "../../tmp/libft.h" #include #include int main(void) { if (!ft_strncmp("allo", "ello", 4)) return (1); return (0); }