Fortran 2003 introduces procedures to get the number of command line arguments and the specific argument. Use them instead of iargc() and getarg() from GNU extension. Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>