mirror of https://github.com/bazelbuild/rules_cc
9 lines
81 B
C
9 lines
81 B
C
|
#ifndef LIBRARY_E
|
||
|
#define LIBRARY_E
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string e();
|
||
|
|
||
|
#endif
|