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
758d77bec1
binutils-gdb
/
ld
/
testsuite
/
ld-elfvers
/
vers19.c
11 lines
105 B
C
Raw
Blame
History
#
include
<stdio.h>
extern
int
show_foo
(
)
;
int
main
(
)
{
printf
(
"
%d
\n
"
,
show_foo
(
)
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink