Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ library_function
Function
library_function
tests/relative-paths/src/library-code.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <cstdio>
3
4
extern
"C"
void library_function() {
5
std::puts(
"Hello from library_function!"
);
6
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected