This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
proot
mirror of
https://github.com/proot-me/proot.git
Watch
1
Star
0
Fork
You've already forked proot
0
Code
Issues
Projects
Releases
Wiki
Activity
master
proot
/
test
/
argv0.c
8 lines
83 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
puts
(
argv
[
0
]
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink