1 2 3 4 5
#include "common_lib.h" std::string common_lib::example_common_function() { return "hello common"; }