OpenGrok
Cross Reference: bar.h
xref
: /
bionic
/
tools
/
versioner
/
tests
/
multiple_definition_ok
/
headers
/
bar.h
Home
|
History
|
Annotate
|
Download
|
only in
headers
1
#
if
__ANDROID_API__
==
12
2
static
int
foo
() {
3
return
0
;
4
}
5
#
endif
6