index
:
knr
master
Category-0 solutions to The C Programming Language, 2nd Edition
zlg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ch4
(
follow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-16
The massive astyle sweep!
zlg
14
-44
/
+2
Code style should be consistent now. All future commits will be run through astyle or they will be amended.
2013-08-08
Solve Exercise 4-14: Swap Macro
zlg
1
-0
/
+30
Thanks to ##c on Freenode for helping me understand what the text didn't clarify.
2013-07-22
Solve Exercise 4-13: Recursive reverse()
zlg
1
-0
/
+48
2013-07-15
Solve Exercise 4-12: Recursive itoa()
zlg
1
-0
/
+72
2013-07-03
Solve Exercise 4-11: getop() without ungetch()
zlg
1
-0
/
+263
2013-06-27
Solve Exercise 4-10: getline()-based calculator
zlg
1
-0
/
+276
2013-06-26
Solve Exercise 4-9: Pushed EOF and [un]getch()
zlg
1
-0
/
+284
2013-06-24
Solve Exercise 4-8: Single character buffer
zlg
1
-0
/
+281
2013-06-22
Solve Exercise 4-7: ungets()
zlg
2
-2
/
+278
2013-06-21
Solve Exercise 4-6: Variable support
zlg
1
-0
/
+272
2013-06-19
Solve Exercise 4-5: adding sin(), exp(), pow()
zlg
1
-0
/
+216
2013-06-19
Solve Exercise 4-4: Basic stack manipulation
zlg
1
-0
/
+201
2013-06-18
Solve Exercise 4-3: Add modulus to RPN calculator
zlg
1
-0
/
+147
2013-05-08
Solve Exercise 4-2: atof() enhanced
zlg
1
-0
/
+81
2013-05-05
Solve Exercise 4-1: strrindex()
zlg
1
-0
/
+87