xref: /dflybsd-src/contrib/diffutils/lib/prepargs.h (revision 47f1bb5576dd7e5fd9f728070eff9f4e2fd9927b)
1 /* Parse arguments from a string and prepend them to an argv.  */
2 
3 void prepend_default_options (char const *, int *, char ***);
4