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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ a.out get_next_line *.ghc test +test2 +test3 +*.dSYM |
