/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* b_export_next.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef B_EXPORT_NEXT_H #define B_EXPORT_NEXT_H #include "s_struct.h" enum { FT_VAR_NAME, FT_VAR_VAL, FT_VAR_NULL }; void b_export_with_equals(const char arg[], t_msh *msh); #endif