OpenGrok
Cross Reference: nmfile2.c
xref
: /
external
/
ltp
/
testcases
/
commands
/
ade
/
nm
/
nmfile2.c
Home
|
History
|
Annotate
|
Download
|
only in
nm
1
#
include
<
stdio.h
>
2
3
int
main
(
void
)
4
{
5
printf
(
"Hello World\n"
);
6
return
(
0
);
7
}
8