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