OpenGrok
Cross Reference: foo.h
xref
: /
bionic
/
tools
/
versioner
/
tests
/
arch_specific
/
headers
/
foo.h
Home
|
History
|
Annotate
|
Download
|
only in
headers
1
int
foo
();
2
3
#
if
defined
(
__i386__
)
4
int
bar
();
5
#
endif
6