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