/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* alcu.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: lud-adam +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/28 13:27:29 by lud-adam #+# #+# */ /* Updated: 2026/03/28 13:29:45 by lud-adam ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef ALCU_H # define ALCU_H char *read_file(int fd); int check_input(int fd); #endif