Help for this page
#include <stdio.h> extern int _CRT_glob; ... printf( "%s\n", argv[i] ); return 0; }
>gcc x.c >a.exe *.c x.c