1 2 3 4 5 6 7 8 9 10
#ifndef COMMON_CPP_LIB_H #define COMMON_CPP_LIB_H #include <string> namespace common_lib { std::string example_common_function(); } #endif //COMMON_CPP_LIB_H