OpenGrok
Cross Reference: main.c
xref
: /
external
/
lldb
/
test
/
functionalities
/
fat_archives
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
fat_archives
1
#
include
"
a.h
"
2
#
include
<
stdio.h
>
3
int
main
()
4
{
5
printf
(
"%d\n"
,
foo
());
6
}
7