rules_cc/examples/shared_library_mvp/a.h

9 lines
81 B
C++

#ifndef LIBRARY_A
#define LIBRARY_A
#include <string>
std::string a();
#endif