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