This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_cc
mirror of
https://github.com/bazelbuild/rules_cc
Watch
2
Star
0
Fork
You've already forked rules_cc
0
Code
Issues
Releases
Activity
plf-cc_shared_library
rules_cc
/
examples
/
shared_library_mvp
/
b.h
9 lines
81 B
C++
Raw
Permalink
Blame
History
#
ifndef LIBRARY_B
#
define LIBRARY_B
#
include
<string>
std
:
:
string
b
(
)
;
#
endif
View Git Blame
Copy Permalink