MOS Source Code
|
#include <mos/types.h>
Go to the source code of this file.
Functions | |
void | sbi_putchar (char ch) |
size_t | sbi_putstring (const char *str) |
void sbi_putchar | ( | char | ch | ) |
Definition at line 41 of file sbi-call.c.
Referenced by sbi_putstring().
size_t sbi_putstring | ( | const char * | str | ) |
Definition at line 46 of file sbi-call.c.
Referenced by sbi_console_clear(), sbi_console_set_color(), and sbi_console_write().