diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-10 16:40:01 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-10 16:40:01 +0200 |
| commit | 988090ac0de3cc7a57e3cd8dd76ffc43efd2fc46 (patch) | |
| tree | 56748a043134bb9095df3f852285b2388bf45ad3 /get_next_line_utils.c | |
| parent | ce374b5d6bc2a383c42d28d3523e5489b5fb090e (diff) | |
| download | get_next_line-988090ac0de3cc7a57e3cd8dd76ffc43efd2fc46.tar.gz get_next_line-988090ac0de3cc7a57e3cd8dd76ffc43efd2fc46.tar.bz2 get_next_line-988090ac0de3cc7a57e3cd8dd76ffc43efd2fc46.zip | |
Work with not newline terminated fildes
- 3 tests of moulitest still red
- get_next_line has 30 lines
Diffstat (limited to 'get_next_line_utils.c')
| -rw-r--r-- | get_next_line_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_next_line_utils.c b/get_next_line_utils.c index c48c62f..b80e327 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/08 08:52:59 by cacharle #+# #+# */ -/* Updated: 2019/10/10 09:29:53 by cacharle ### ########.fr */ +/* Updated: 2019/10/10 16:39:08 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ |
