MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / putchar_

Function putchar_

tests/integration_test/opensbi_test/main.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11// printf_bare_metal 基本输出实现
12extern "C" void putchar_(char character) {
13 sbi_debug_console_write_byte(character);
14}
15
16uint32_t main(uint32_t, uint8_t*) {
17 putchar_('H');

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected