summaryrefslogtreecommitdiff
path: root/app/wlib/mswlib/getline/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'app/wlib/mswlib/getline/README.md')
-rw-r--r--app/wlib/mswlib/getline/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/wlib/mswlib/getline/README.md b/app/wlib/mswlib/getline/README.md
new file mode 100644
index 0000000..60f0dae
--- /dev/null
+++ b/app/wlib/mswlib/getline/README.md
@@ -0,0 +1,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.