| 133 | } |
| 134 | |
| 135 | int exit_program(int ret) |
| 136 | { |
| 137 | if (program_exit) |
| 138 | program_exit(ret); |
| 139 | |
| 140 | //exit(ret); |
| 141 | return ret; |
| 142 | } |
| 143 | |
| 144 | double parse_number_or_die(const char *context, const char *numstr, int type, |
| 145 | double min, double max) |
no outgoing calls
no test coverage detected