Initial revision

This commit is contained in:
Paul Eggert
2000-10-24 06:18:37 +00:00
parent f326d78fda
commit e7d0a7724b
3 changed files with 122 additions and 0 deletions

3
lib/prepargs.h Normal file
View File

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