On Sun, 31 Jan 2021 15:43:32 +0100, Christian Weisgerber wrote: > Replace fgetln(3) with getline(3). > > Since getline() returns a C string, we don't need to carry around > the length separately.
OK millert@ - todd
On Sun, 31 Jan 2021 15:43:32 +0100, Christian Weisgerber wrote: > Replace fgetln(3) with getline(3). > > Since getline() returns a C string, we don't need to carry around > the length separately.
OK millert@ - todd