/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/02 13:39:54 by mcolonna #+# #+# */ /* Updated: 2024/04/09 14:45:55 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MAIN_H # define MAIN_H int main(int argc, t_const_string *argv); #endif