summaryrefslogtreecommitdiff
path: root/src/stdio/fgetln.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-11add bsd fgetln functionRich Felker1-0/+19
optimized to avoid allocation and return lines directly out of the stream buffer whenever possible.