/* Print a helpful usage message and abort execution. */ static void usage (void) { fputs ("Usage: bin-ary-test \n" "where is the size of the array to test.\n", stdout); exit (EXIT_FAILURE); }