SimpleKernel 1.17.0
Loading...
Searching...
No Matches
sk_stdio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void etl_putchar (int c)
 早期控制台字符输出
 

Function Documentation

◆ etl_putchar()

void etl_putchar ( int  c) -> void

早期控制台字符输出

Parameters
c要输出的字符

早期控制台字符输出

Definition at line 43 of file early_console.cpp.

43 {
44 if (pl011_uart) {
45 pl011_uart->PutChar(c);
46 }
47}
Here is the caller graph for this function: