rules_cc/examples/shared_library_mvp/b.h

9 lines
81 B
C++

#ifndef LIBRARY_B
#define LIBRARY_B
#include <string>
std::string b();
#endif