246 printf ("\n");
247
248 free (values);
249 free (numbers);
250
251 return 0;
251 return EXIT_SUCCESS;
252 }