SimpleKernel
1.17.0
Loading...
Searching...
No Matches
sk_stdio.h
Go to the documentation of this file.
1
5
#pragma once
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
// 底层字符输出原语,由各架构的 early_console.cpp 实现
12
void
etl_putchar
(
int
c);
13
14
#ifdef __cplusplus
15
}
16
#endif
etl_putchar
void etl_putchar(int c)
早期控制台字符输出
Definition
early_console.cpp:43
src
libc
include
sk_stdio.h
Generated by
1.9.8