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