Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7b332d9ada3e2806a4d765000527f739f167791f
/
.
/
test
/
Index
/
foo.h
blob: 2e3b403deacb6df4a73c2d0679938b96f1b685b8 [
file
] [
log
] [
blame
]
Argyrios Kyrtzidis
7b332d9
2009-07-05 22:22:35 +0000
[
diff
] [
blame^
]
1
extern
int
global_var
;
2
3
void
foo_func
(
int
param1
);
4
void
bar_func
(
void
);