From cffe7f69cf28ab0889bee54a18c3f39101b33f16 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Wed, 17 Jul 2019 19:30:52 +0200 Subject: c10 tail stuff, c11 start, c12/c13 files --- c10/ex01/include.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c10/ex01/include.h') diff --git a/c10/ex01/include.h b/c10/ex01/include.h index fed49e8..3a48093 100644 --- a/c10/ex01/include.h +++ b/c10/ex01/include.h @@ -5,8 +5,8 @@ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2019/07/15 16:49:28 by cacharle #+# #+# */ -/* Updated: 2019/07/16 10:23:45 by cacharle ### ########.fr */ +/* Created: 2019/07/16 14:07:19 by cacharle #+# #+# */ +/* Updated: 2019/07/17 08:47:08 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -22,6 +22,7 @@ int read_in_buf(int fildes, char buf[BUF_SIZE]); int write_buf(char buf[BUF_SIZE], int size); int read_write_fildes(int fildes); +void read_stdin(void); int print_file(char *filename); /* -- cgit