|
GitOS
|
#include "framebuffer.hpp"#include <stdint.h>#include <misc.h>#include "stdio.h"#include "string.h"Functions | |
| void | printf (const char *fmt,...) |
| void | debug_printf (const char *fmt,...) |
| void | puts (const char *str) |
| void | putc (char c) |
| void debug_printf | ( | const char * | fmt, |
| ... ) |
References debug_puts(), memset(), and vsprintf().
| 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 * | str | ) |
References FramebufferGraphics::print_string(), and FramebufferGraphics::the().