GitOS
Operating system exercise
|
Go to the source code of this file.
Functions | |
void | putc (char c) |
void | puts (const char *s) |
void | printf (const char *fmt,...) |
int | getc () |
void | debug_putc (char c) |
void | debug_puts (const char *s) |
void | debug_printf (const char *fmt,...) |
void debug_printf | ( | const char * | fmt, |
... | |||
) |
References debug_puts(), memset(), and vsprintf().
void debug_putc | ( | char | c | ) |
void debug_puts | ( | const char * | s | ) |
int getc | ( | ) |
void printf | ( | const char * | fmt, |
... | |||
) |
References memset(), FramebufferGraphics::print_string(), FramebufferGraphics::the(), and vsprintf().
void putc | ( | char | c | ) |
References FramebufferGraphics::print_char(), and FramebufferGraphics::the().
void puts | ( | const char * | s | ) |
References FramebufferGraphics::print_string(), and FramebufferGraphics::the().