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
main
rules_cc
/
examples
/
my_c_archive
/
main.c
4 lines
59 B
C
Raw
Permalink
Blame
History
int
foo
(
)
;
int
bar
(
)
;
int
main
(
)
{
return
foo
(
)
+
bar
(
)
;
}
View Git Blame
Copy Permalink