xref
: /
external
/
ltrace
/
testsuite
/
ltrace.minor
/
libdl-simple-lib.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
test_libdl(int x)
1
int
test_libdl
(
int
x
)
2
{
3
return
x
*
1337
;
4
}
5