1 2 3 4 5 6 7 8 9
#ifndef BAR_HPP #define BAR_HPP #include <string> // use this object lib to extend the public symbols of shared lib 'foo' by 'bar' std::string bar(); #endif