Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ function_from_CPP
Function
function_from_CPP
lab4/src/4/cpp_func.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
extern
"C"
void function_from_CPP() {
5
std::cout <<
"This is a function from C++."
<< std::endl;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected