@@ -0,0 +1,15 @@
#include <stdio.h>
int main(int argc, char *argv[], char **env){
int i;
for(i=0; i < argc; ++i){
printf("\n&d: %s\n", i, argv[i]);
}
for (char **p=env;*p;p++){
printf("\n%f", *p);
char tmp[256];
for(;;)
scanf("%s",tmp);
return argc;
The note is not visible to the blocked user.