From 20c6d7ec2c817aa561410130efc8c8254fbef2b2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 6 Nov 2012 22:51:15 -0800 Subject: Imported Upstream version 3.2 --- lib/prepargs.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/prepargs.h (limited to 'lib/prepargs.h') diff --git a/lib/prepargs.h b/lib/prepargs.h new file mode 100644 index 0000000..ce93ea8 --- /dev/null +++ b/lib/prepargs.h @@ -0,0 +1,3 @@ +/* Parse arguments from a string and prepend them to an argv. */ + +void prepend_default_options (char const *, int *, char ***); -- cgit v1.2.3