Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
RunCMake
/
ObjectLibrary
/
depends_lib.c
blob: a41b32c01e0f632363a6fb17857e24bfe50fd348 [
file
] [
edit
]
#include
<stdlib.h>
extern
int
myobj_foo
(
void
);
void
mylib_foo
(
void
)
{
exit
(
myobj_foo
());
}