rules_cc/examples/shared_library_mvp/e.h

9 lines
81 B
C++

#ifndef LIBRARY_E
#define LIBRARY_E
#include <string>
std::string e();
#endif