MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / print_a_char

Function print_a_char

lab2/assignment/test.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53extern "C" void print_a_char(char c) {
54
55 std::cout << c;
56
57}
58
59
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected