diff options
Diffstat (limited to 'proc_proxy/test.c')
-rw-r--r-- | proc_proxy/test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proc_proxy/test.c b/proc_proxy/test.c new file mode 100644 index 00000000..fa3591c0 --- /dev/null +++ b/proc_proxy/test.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main (int argc, char *argv[]) +{ + printf ("hello world: %s\n", argv[1]); + return 0; +} |