1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

reduce the number of debug messages

This commit is contained in:
Stefan Lankes 2016-03-15 22:52:43 +01:00
parent 1a5fb9e070
commit 458e29eb86

View file

@ -39,8 +39,8 @@ int main(int argc, char** argv)
FILE* file;
printf("Hello World!!!\n");
for(i=0; environ[i]; i++)
printf("environ[%d] = %s\n", i, environ[i]);
//for(i=0; environ[i]; i++)
// printf("environ[%d] = %s\n", i, environ[i]);
for(i=0; i<argc; i++)
printf("argv[%d] = %s\n", i, argv[i]);