MCPcopy 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
4extern "C" void library_function() {
5 std::puts("Hello from library_function!");
6}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected