/* ************************************************************************** */ /* */ /* :::::::: */ /* test3.c :+: :+: */ /* +:+ */ /* By: houtworm +#+ */ /* +#+ */ /* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ /* Updated: 2023/10/18 17:15:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ #include "../../tmp/libft.h" #include #include int main(void) { if (strncmp(ft_strchr("hallo", 'o'), "o\0", 2)) return (1); return (0); }