CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/03/21 17:44:35
Modified files:
lib/libc/stdio : Makefile.inc
include : stdio.h
Added files:
lib/libc/stdio : getdelim.3 getdelim.c getline.c
Log message:
Implement getdelim(3) and getline(3).
Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de)
but this is based on NetBSD's implementation instead with some tweaks by me.
Further improvements would happen in tree.
ok millert@; discussed with many others
ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself.