mostly improvements to malloc

This commit is contained in:
2025-07-01 11:20:04 -07:00
parent 109e554524
commit e1e30b511a
15 changed files with 276 additions and 30 deletions

View File

@@ -2,5 +2,8 @@
#define PRINT_H
void print_string(const char *str);
void my_printf(const char *format, ...);
void print_hex(unsigned int num);
void my_putchar(char ch);
#endif