diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-19 16:27:29 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-19 16:27:29 +0200 |
| commit | a407fe611354d71330fc352fbc2a9fe268b4104f (patch) | |
| tree | 21433e38b4f7d3da066f94b53eee265af969a9d6 /.gitignore | |
| parent | e0abc6358c4cacc840ac8b3a9a92900f8ce49f0a (diff) | |
| download | get_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.tar.gz get_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.tar.bz2 get_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.zip | |
Removed dynamic rest
Because if user doesnt read a file until the end, this would cause
memory leak.
All moulitest tests pass except for large file with certain buffer sizes
greater than the line len and smaller than the file len.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,7 +2,12 @@ a.out get_next_line *.ghc +t1 +t2 +testrand +testnl test test2 test3 *.dSYM + |
