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
/
c.cc
8 lines
90 B
C++
Raw
Permalink
Blame
History
#
include
"c.h"
#
include
<string>
#
include
"e.h"
std
:
:
string
c
(
)
{
return
"
-c
"
+
e
(
)
;
}
View Git Blame
Copy Permalink