Cross Reference: c.c
xref
: /
linux-4.1.27
/
tools
/
build
/
tests
/
ex
/
c.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/tools/build/tests/ex/
1
2
int
c(
void
)
3
{
4
return
0;
5
}
6