libft/ft_gets.c
Tanguy MAZE d49f964045 let's test this
added ft_open, ft_close and ft_gets functions not tested
modified ft_getline with read 1 by 1
2019-03-08 14:14:56 +01:00

15 lines
912 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_gets.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/08 13:44:31 by tmaze #+# #+# */
/* Updated: 2019/03/08 14:11:38 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"