Sign in
bazel
/
bazel
/
b579b9488fb71faa39f17bcc76d87c4396e90735
/
.
/
base_workspace
/
examples
/
cpp
/
hello-lib.h
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_