Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
07ef804f918d8aade8739a02e78c6209fd3062a9
/
.
/
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
);