diff options
| author | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-17 19:30:52 +0200 |
|---|---|---|
| committer | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-17 19:30:52 +0200 |
| commit | cffe7f69cf28ab0889bee54a18c3f39101b33f16 (patch) | |
| tree | b5929722cf123e7c1701f4bc164a905f79510bf5 /c10/ex01/include.h | |
| parent | cb9179cf990257927b7d259ee3e0fcbd3d892049 (diff) | |
| download | piscine-cffe7f69cf28ab0889bee54a18c3f39101b33f16.tar.gz piscine-cffe7f69cf28ab0889bee54a18c3f39101b33f16.tar.bz2 piscine-cffe7f69cf28ab0889bee54a18c3f39101b33f16.zip | |
c10 tail stuff, c11 start, c12/c13 files
Diffstat (limited to 'c10/ex01/include.h')
| -rw-r--r-- | c10/ex01/include.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* 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); /* |
