This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
patchelf
Watch
1
Star
0
Fork
You've already forked patchelf
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
patchelf
/
tests
/
no-rpath.c
7 lines
72 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Hello world
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink