MCPcopy 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

5extern "C" void library_function();
6#endif
7int 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_functionFunction · 0.85

Tested by

no test coverage detected