getstops
static void getstops(char *);
getstops(&argv[1][1]);
getstops(optarg);
static void getstops(const char *);