aboutsummaryrefslogtreecommitdiff
path: root/ch2/2-03_hex-to-int.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16The massive astyle sweep!zlg1-4/+3
Code style should be consistent now. All future commits will be run through astyle or they will be amended.
2013-03-02Solve Exercise 2-3: Hex to integer converterzlg1-0/+48
This exercise was fun, and I learned a simpler way to convert them.