(69 . 6)(69 . 7)
111 uintmax_t numval;
112 char *numend;
113 set_program_name(argv[0]);
114 adainit();
115
116 /* Decode the options. */
117
(195 . 6)(196 . 7)
119 }
120 }
121
122 adafinal();
123 check_stdout();
124 exit(exit_status);
125 return exit_status;