1 /* Parse arguments from a string and prepend them to an argv. */ 2 3 void prepend_default_options (char const *, int *, char ***); 4