rules_cc/examples/shared_library_mvp/d.h

9 lines
81 B
C++

#ifndef LIBRARY_D
#define LIBRARY_D
#include <string>
std::string d();
#endif