/ch6/

pe='hidden' name='showmsg' value='1'/> Category-0 solutions to The C Programming Language, 2nd Editionzlg
aboutsummaryrefslogtreecommitdiff
path: root/ch2/2-07_invert.c (unfollow)
/+60 an title='2025-07-27 20:48:47 -0700'>2025-07-27
AgeCommit message (Collapse)AuthorFilesLines
2013-04-03Solve Exercise 2-07: invert()zlg1-0/+38
A completely 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.
README.md: update to include mentions of *_date fieldszlg1-7/+26
2025-07-27Finish integrating support for p_date, et alzlg2-23/+59
2025-01-24Add support for p_date, b_date, c_date to CLIzlg2-48/+136
2025-01-24tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1
2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2
2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85