Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ main
Function
main
tests/relative-paths/src/main.cpp:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
extern
"C"
void library_function();
6
#endif
7
int main() {
8
puts(
"Hello from cmkr(relative-paths)!"
);
9
#ifdef WIN32
10
library_function();
11
#endif
12
}
Callers
nothing calls this directly
Calls
1
library_function
Function · 0.85
Tested by
no test coverage detected