This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8fea322418
binutils-gdb
/
ld
/
testsuite
/
ld-elf
/
indirect4c.c
16 lines
116 B
C
Raw
Blame
History
#
include
<stdio.h>
extern
void
foo
(
void
)
;
void
foo
(
void
)
{
printf
(
"
DSO
\n
"
)
;
}
void
bar
(
void
)
{
foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink