SimpleKernel
1.17.0
Loading...
Searching...
No Matches
Functions
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
早期控制台字符输出
Copyright
Copyright The SimpleKernel Contributors
Parameters
c
要输出的字符
早期控制台字符输出
Copyright
Copyright The SimpleKernel Contributors
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:
src
libc
include
sk_stdio.h
Generated by
1.9.8