LinlyBoi e6d8091daf I can't even begin to address what was wrong here
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
2023-08-20 20:16:46 +03:00
2023-08-20 15:38:49 +03:00
2023-08-19 23:36:00 +03:00
2023-08-18 14:55:14 +03:00
2023-08-20 15:38:49 +03:00
2023-08-18 23:36:17 +03:00
2023-08-20 15:38:49 +03:00

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

Description
No description provided
Readme MIT 116 KiB
Languages
C 99.1%
Shell 0.9%