My solutions to the exercises in K&R 2 ("The C Programming Language" 2nd edition by Brian W. Kernighan and Dennis M. Ritchie). Work In Progress.
  • C 97%
  • Makefile 3%
Find a file
2024-08-28 16:06:12 +02:00
.github/workflows Create c-cpp.yml 2024-05-13 14:38:25 +02:00
chapter_1.tutorial Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_2.types_operators_expressions Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_3.control_flow Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_4.functions_progr_structure Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_5.pointers_arrays Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_6.structures Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
chapter_7.input_output Exerc 7_5. 2024-07-29 17:06:25 +02:00
chapter_8.unix_interface Exerc 8_5 test handling fix. 2024-08-28 16:06:12 +02:00
.gitignore Initial commit 2024-04-11 19:14:53 +02:00
Chapter.mk Small improvements to Makefiles. 2024-07-20 19:43:19 +02:00
Exercise.mk Makefile: better error handling. 2024-07-29 23:08:07 +02:00
LICENSE Initial commit 2024-04-11 19:14:53 +02:00
Makefile Makefile: better error handling. 2024-07-29 23:08:07 +02:00