Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
imagination
/
v4.1
/
d12b59f861a0eb9b4313ea5a8993989cf6e80f2a
/
.
/
tools
/
build
/
tests
/
ex
/
ex.c
blob: dc42eb2e1a677414b32001de061eb1868acd5827 [
file
]
int
a
(
void
);
int
b
(
void
);
int
c
(
void
);
int
d
(
void
);
int
e
(
void
);
int
f
(
void
);
int
main
(
void
)
{
a
();
b
();
c
();
d
();
e
();
f
();
return
0
;
}