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