added ft_open, ft_close and ft_gets functions not tested modified ft_getline with read 1 by 1
15 lines
912 B
C
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"
|
|
|