mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
mostly improvements to malloc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user