// Created by Anthony Printup on 9/18/2023. #include extern "C" void library_function() { std::puts("Hello from library_function!"); }