aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getstr.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-06-18.Jim Meyering1-115/+0
2001-12-09Don't include assert.h.Jim Meyering1-5/+4
(getstr): Remove warning-evoking assertions. Return -1 if offset parameter is out of bounds. Change the type of a local from int to size_t.
2001-11-17Include unlocked-io.h.Jim Meyering1-1/+3
2000-06-21New file, extracted from getline.c, with the followingJim Meyering1-0/+114
changes: new parameter, delim2; both delim[12] parameters have type `int', not `char'. The latter would lose with 8-bit delimiters.