Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b82fcdaf36d6a48e56c9849f06bb5f2bc019a0b2
/
.
/
tools
/
versioner
/
tests
/
arch_specific
/
headers
/
foo.h
blob: 4830a68bcb376b33b9d06851902c20049c36fc7f [
file
] [
log
] [
blame
]
#if defined(__cplusplus)
extern
"C"
{
#endif
int
foo
();
#if defined(__i386__)
int
bar
();
#endif
#if defined(__cplusplus)
}
#endif