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