| 651 | } |
| 652 | |
| 653 | int fe_getopt ( |
| 654 | int argc, |
| 655 | char *const *argv, |
| 656 | const char *optstring) |
| 657 | { |
| 658 | return _fe_getopt_internal (argc, argv, optstring, |
| 659 | (const struct fe_option *) 0, |
| 660 | (int *) 0, |
| 661 | 0); |
| 662 | } |
| 663 | |
| 664 | int fe_getopt_long ( |
| 665 | int argc, |
no test coverage detected