xref
: /
dports
/
devel
/
arm-elf-binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-x86-64
/
plt-main2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
(
void
);
2
typedef
int
(*
func_p
) (
void
);
3
func_p
foo_ptr
=
foo
;
4