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