/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fillit.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */ /* Updated: 2019/03/01 13:35:08 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ #include #include // for system call write #include // for system call open #include // for memmove and strlen #include // for debug printf #include // to use bool type # define BUFFER_SIZE 1024