#include "mylib.h" #include void mylib_function() { std::cout << "Function in mylib" << std::endl; }