about summary refs log tree commit diff
path: root/src/stdio/fgetln.c
Commit message (Collapse)AuthorAgeFilesLines
* add bsd fgetln functionRich Felker2012-08-111-0/+19
optimized to avoid allocation and return lines directly out of the stream buffer whenever possible.