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