OpenGrok
Cross Reference: lddfile1.c
xref
: /
external
/
ltp
/
testcases
/
commands
/
ade
/
ldd
/
datafiles
/
lddfile1.c
Home
|
History
|
Annotate
|
Download
|
only in
datafiles
1
#
include
<
stdio.h
>
2
void
file1
(
void
)
3
{
4
printf
(
"Control in function %s\n"
,
__func__
);
5
}
6