Commit Graph

54 Commits

Author SHA1 Message Date
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
cc9901e281 Skeleton %s 2023-08-20 17:45:17 +03:00
64070c8152 lawd help meh 2023-08-20 15:38:49 +03:00
LinlyBoi
1c607342b4 Im nice 2023-08-20 14:39:25 +03:00