Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
yasm
/
jni
/
test-yasm.c
blob: 76c78ae66e13e97ec5bd698afab98e216f15dc5b [
file
] [
log
] [
blame
]
void
print_hello
(
char
*
s
);
int
main
()
{
print_hello
(
"Android"
);
return
0
;
}