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