Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1c095c931195a18cf4802ff5653625a49c51e374
/
.
/
examples
/
android
/
android_link_hack.c
blob: 01a2a6413166a06545049776e1de9115ac6503f4 [
file
] [
log
] [
blame
]
// https://github.com/bazelbuild/rules_rust/issues/1271
extern
void
android_link_hack
(
void
);
void
call_link_hack
(
void
)
{
android_link_hack
();
}