1#ifndef __LIBK__CONSOLE__CONSOLE_H_
2#define __LIBK__CONSOLE__CONSOLE_H_
void console_chfg(uint32_t color)
void console_add_space(int n)
void console_set_pos(int x, int y)
void console_vaprintf(const char *fmt, __builtin_va_list args)
void console_printf(const char *fmt,...)
void console_print(const char *str, uint64_t len)
void console_println(const char *str)
kstring str(const char *str)