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