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:
parent
1a5fb9e070
commit
458e29eb86
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue