rules_cc/examples/shared_library_mvp/c.h

9 lines
81 B
C++

#ifndef LIBRARY_C
#define LIBRARY_C
#include <string>
std::string c();
#endif