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