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
8extern "C" {
9#endif
10
11// 底层字符输出原语,由各架构的 early_console.cpp 实现
12void etl_putchar(int c);
13
14#ifdef __cplusplus
15}
16#endif
void etl_putchar(int c)
早期控制台字符输出