Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
bc5b99ff0047f9f42e5666e1f942d83837bcc900
/
.
/
tests
/
twoparams.c
blob: 91c966a26877443fa6fb05fcc8153ccc976eb6f2 [
file
] [
log
] [
blame
]
/* general simple function to use as a template for assembly hacks */
int
fooble
(
int
a
,
int
b
)
{
return
a
-
b
;
}