OpenGrok
Cross Reference: test-yasm.c
xref
: /
ndk
/
tests
/
device
/
test-yasm
/
jni
/
test-yasm.c
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
void
print_hello
(
char
*s);
2
int
main
()
3
{
4
print_hello
(
"Android"
);
5
return
0
;
6
}
7