blob: 3e74c2bf66bf232c69b12773cdf9bd92ea1909f6 [file] [log] [blame]
#ifndef EXAMPLE_WORKSPACE_CPP_HELLO_LIB_H_
#define EXAMPLE_WORKSPACE_CPP_HELLO_LIB_H_
void greet(const char* object);
#endif // EXAMPLE_WORKSPACE_CPP_HELLO_LIB_H_