#include main(int argc, char *argv[]) { int i; i = atoi(argv[1]); iter(i); }