index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
riscv-probe
/
examples
/
argv0
/
main.c
blob: 7699fe2b81da4aaa881f69ff5db47eb881e1335d (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char **argv) { printf("%s\n", argv[0]); }