| 662 | } |
| 663 | |
| 664 | int fe_getopt_long ( |
| 665 | int argc, |
| 666 | char *const *argv, |
| 667 | const char *options, |
| 668 | const struct fe_option *long_options, |
| 669 | int *opt_index) |
| 670 | { |
| 671 | return _fe_getopt_internal (argc, argv, options, long_options, opt_index, 0); |
| 672 | } |
| 673 | |
| 674 | int fe_getopt_long_only ( |
| 675 | int argc, |