Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
361ba86734fb2821a6adcfdf775db8abd04e0de0
/
.
/
tools
/
versioner
/
tests
/
missing_arch
/
headers
/
foo.h
blob: 5ba47941f19f5390e9e75b538fc97904b9781b52 [
file
] [
log
] [
blame
]
Josh Gao
5317f2d
2017-06-30 14:35:00 -0700
[
diff
] [
blame
]
1
#if defined(__cplusplus)
2
extern
"C"
{
3
#endif
4
5
int
foo
();
6
7
#if defined(__cplusplus)
8
}
9
#endif