mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-04 08:02:31 +00:00
6 lines
114 B
C
6 lines
114 B
C
|
#ifndef BUILT_WITH_BAZEL_H_
|
||
|
#define BUILT_WITH_BAZEL_H_ (1)
|
||
|
|
||
|
char* bazelSays(void);
|
||
|
|
||
|
#endif // BUILT_WITH_BAZEL_H_
|