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