OSDN Git Service

Implement POSIX conforming getline() and getdelim() functions.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 1 Aug 2016 14:42:35 +0000 (15:42 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 1 Aug 2016 14:42:35 +0000 (15:42 +0100)
commit737316eb8909298d1f59538743159c946ffb76db
tree2b1162d86a7a4bfedfbbec39c7dd7911b3d9d302
parentedf7aeb9763e81001d8e976b02215b5c94603a4b
Implement POSIX conforming getline() and getdelim() functions.
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/include/stdio.h
mingwrt/man/getline.3.man [new file with mode: 0644]
mingwrt/mingwex/stdio/getdelim.c [new file with mode: 0644]