xref
: /
third_party
/
ltp
/
testcases
/
commands
/
ldd
/
datafiles
/
lddfile5.c
(revision f08c3bdf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/testcases/commands/ldd/datafiles/
1
#
include
<
stdio.h
>
2
void
file5
(
void
)
3
{
4
printf
(
"Control in function %s\n"
,
__func__
);
5
}
6