Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
5317f2d48b30bc02a21b3160562022d5169d5045
/
.
/
tools
/
versioner
/
tests
/
missing_api
/
headers
/
foo.h
blob: c201dbbb1efc2b9c5e7954a9cb5b5c7161871e54 [
file
] [
log
] [
blame
]
#if defined(__cplusplus)
extern
"C"
{
#endif
int
foo
()
__INTRODUCED_IN
(
9
);
#if defined(__cplusplus)
}
#endif