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
849957d956
binutils-gdb
/
ld
/
testsuite
/
ld-elfvers
/
vers16a.c
9 lines
74 B
C
Raw
Blame
History
int
show_bar
(
)
{
return
1
;
}
int
show_foo
(
)
{
return
show_bar
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink