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