rules_cc/examples/shared_library_mvp/f.h

9 lines
81 B
C
Raw Permalink Normal View History

#ifndef LIBRARY_F
#define LIBRARY_F
#include <string>
std::string f();
#endif