/* Tulostaa ohjelman kutsuargumentit */ #include int main(int argv,char *argc[]) { int i; printf("Kutsun parametrit: \n"); for (i=0; i