summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getline.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement getdelim(3) and getline(3).fgsch2012-03-211-0/+37
Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de) but this is based on NetBSD's implementation instead with some tweaks by me. Further improvements would happen in tree. ok millert@; discussed with many others ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself.