From 1b38a3bb938dd0294ce827bc25836549d76cdf5f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 18 Jan 2015 20:30:52 +0100 Subject: [PATCH] simplify demo --- newlib/examples/hello.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/newlib/examples/hello.c b/newlib/examples/hello.c index 439954b..43d93af 100644 --- a/newlib/examples/hello.c +++ b/newlib/examples/hello.c @@ -38,10 +38,10 @@ int main(int argc, char** argv) int i; printf("Hello World!!!\n"); - for(i=0; environ[i]; i++) - printf("environ[%d] = %s\n", i, environ[i]); - for(i=0; i