summaryrefslogtreecommitdiff
path: root/app/wlib/mswlib/getline/README.md
blob: 60f0dae3c8bb67719ed0a30c8e69780764648691 (plain)
1
2
3
4
5
A POSIX getdelim() and getline() implementation for MSVC

Tired of always having problems in reading arbitrary length lines from file under Windows, I tried to write a POSIX getdelim() and getline() implementation for MSVC. Let me know if you have any suggestion for improving this.

This probably needs a test suite.