e6d8091dafc3da444e1583a872f3dd5fd2cf84b1
1. space missing in #include <stdarg.h> 2. moved declarations above all so betty approves 3. No more mid code variables 4. malloced the buffer initially so its actually on the heap before freeing 5. added a missing * for the error that was upsetting in the bottom 6. Returning the value of strlen instead of identifiers
printf
This took printf("Hello world") and made it difficult
Group project to implement printf from scratch
Structure
test/ where all the tests lay
Building TODO
Languages
C
99.1%
Shell
0.9%