/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fst_line.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/08/01 18:25:47 by axdubois #+# #+# */ /* Updated: 2023/08/02 20:30:35 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FST_LINE_H # define FST_LINE_H int ft_len_line(int file, int n); int ft_len_colum(int file); char *ft_get_first_line(int file); #endif