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