diff options
Diffstat (limited to 'userspace/simple.c')
| -rw-r--r-- | userspace/simple.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/simple.c b/userspace/simple.c index e84b072..0a04791 100644 --- a/userspace/simple.c +++ b/userspace/simple.c @@ -4,10 +4,8 @@ extern char **environ; int main(int argc, char **argv) { - printf("argv: 0x%08X\n",argv); - printf("env: 0x%08X\n",environ); int i=0; |
