This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f62dcda9f
android13
/
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