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