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