diff options
readstdin: use getline(3)
currently readstdin():
- fgets() into a local buffer,
- strchr() the buffer to eleminate the newline
- stdups() the buffer into items
a simpler way is to just use getline(3), which will do the allocation
for us; eliminating the need for stdup()-ing.
additionally getline returns back the amount of bytes read, which
eliminates the need for strchr()-ing to find the newline.
Diffstat (limited to '%2525252525253fid%2525252525253dafc0e284bea212fcdc852c665583e73240d638a8%25252525253fid%25252525253deee38883b8a3c4238c7d0899e56ff666e75ed9ca%252525253fid%252525253dfce06f437dcec646ee0a2728fe695f3084cc6ccb%2525253fid%2525253d1e8c5b68f4881bd4ae257c780fd41f129c79f419%25253fid%25253d528d39b011afb7ef6fd794ba6b74155d4e69bc68%253fid%253d32db2b125190d366be472ccb7cad833248696144%3fid%3d32db2b125190d366be472ccb7cad833248696144&id2%3de35976f4a50f884c2162f71e4128d7c273e3e042?id=32db2b125190d366be472ccb7cad833248696144')
0 files changed, 0 insertions, 0 deletions