This website requires JavaScript.
Explore
Help
Register
Sign In
xs-android13
/
build
Watch
1
Star
0
Fork
You've already forked build
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e6bbafb4ff
build
/
bazel
/
examples
/
apex
/
minimal
/
dummy_cc_lib.cc
10 lines
102 B
C++
Raw
Blame
History
int
main
(
int
argc
,
char
*
*
argv
)
{
// Unused
(
void
)
argc
;
// Unused
(
void
)
argv
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink