MOS Source Code
Loading...
Searching...
No Matches
sbi-call.h File Reference
#include <mos/types.h>
+ Include dependency graph for sbi-call.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sbi_putchar (char ch)
 
size_t sbi_putstring (const char *str)
 

Function Documentation

◆ sbi_putchar()

void sbi_putchar ( char ch)

Definition at line 41 of file sbi-call.c.

Referenced by sbi_putstring().

+ Here is the call graph for this function:

◆ 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().

+ Here is the call graph for this function: