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