aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
nextscripts: Add schema v1->v2 migration scriptzlg8 months
 
TagDownloadAuthorAge
v0.3b7vgstash-0.3b7.tar.gz  vgstash-0.3b7.tar.bz2  vgstash-0.3b7.tar.xz  vgstash-0.3b7.zip  zlg3 years
v0.3b6vgstash-0.3b6.tar.gz  vgstash-0.3b6.tar.bz2  vgstash-0.3b6.tar.xz  vgstash-0.3b6.zip  zlg4 years
v0.3b5vgstash-0.3b5.tar.gz  vgstash-0.3b5.tar.bz2  vgstash-0.3b5.tar.xz  vgstash-0.3b5.zip  zlg4 years
ompletely rewritten solution which follows the spec given in the book exactly; make the program work for arbitrarily long input lines while modifying `main()` only. I've only changed the name of the macro MAXLINE to BUFFSIZE for clarity - otherwise the code is typed up exactly as found in the book. It demonstrates the use of a buffer without modifying any of the helper functions.