Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3bf449796233175e0a696f17fad97fb6d72be48f
/
.
/
test
/
PCH
/
functions.h
blob: bc28ad7321c7f0cbe2a65183ff6a483f88dd91e8 [
file
] [
log
] [
blame
]
/* For use with the functions.c test */
int
f0
(
int
x
,
int
y
,
...);
float
*
f1
(
float
x
,
float
y
);
void
g0
(
int
*);