rules_cc/examples/shared_library_mvp/c.cc

8 lines
90 B
C++

#include "c.h"
#include <string>
#include "e.h"
std::string c() { return "-c" + e(); }