C preprocessor implemented for UPB operating systems class
Go to file
Lucian 8c97f3bb8c
Merge pull request #3 from lucic71/dev_args
Dev args
2021-03-19 18:10:05 +02:00
include Solved uninitialized var problems and mem leaks 2021-03-19 18:09:14 +02:00
GNUmakefile Created GNUmakefile and added coding style checker 2021-03-13 10:40:38 +02:00
README.md first commit 2021-03-12 22:01:12 +02:00
char_dyn_arr.c Added args parser 2021-03-19 16:44:59 +02:00
checkpatch.pl Created GNUmakefile and added coding style checker 2021-03-13 10:40:38 +02:00
checkpatch_wrapper.sh Created GNUmakefile and added coding style checker 2021-03-13 10:40:38 +02:00
hashmap.c Added sanity checks to hashmap_put and hashmap_get, changed hashmap_free fun 2021-03-14 15:54:34 +02:00
pp.c Solved uninitialized var problems and mem leaks 2021-03-19 18:09:14 +02:00
pp_args.c Solved uninitialized var problems and mem leaks 2021-03-19 18:09:14 +02:00

README.md

SO-Preprocessor