summaryrefslogtreecommitdiff
path: root/userspace/simple.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-26 23:17:55 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-26 23:17:55 +0100
commit7393db6692c861bc66164c0dd9b83f23a554775b (patch)
treed60c9deb33630d5fb6117c7c1bbc098e62a66f28 /userspace/simple.c
parent9c8cfc2e52b0446f7cab14325028075760869b45 (diff)
changes, improvements and cleanup
Diffstat (limited to 'userspace/simple.c')
-rw-r--r--userspace/simple.c2
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;