Help for this page

Select Code to Download


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