diff options
author | midipix <writeonce@midipix.org> | 2016-09-21 22:17:42 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:47 -0500 |
commit | ce4eefc765429f947405f0e4030599b2d29f0e51 (patch) | |
tree | 7aa41a9d561c74e41277cec2c5ba632599eb5cfa /src | |
parent | 3c3c4e0c1ab713d816f0f3caf47b058b72a54dd4 (diff) | |
download | mdso-ce4eefc765429f947405f0e4030599b2d29f0e51.tar.bz2 mdso-ce4eefc765429f947405f0e4030599b2d29f0e51.tar.xz |
project: remove argv.h test unit.
Diffstat (limited to 'src')
-rw-r--r-- | src/try.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/try.c b/src/try.c deleted file mode 100644 index 33a7188..0000000 --- a/src/try.c +++ /dev/null @@ -1,8 +0,0 @@ -#define ARGV_DRIVER -#include "argv/argv.h" - -int foo(char ** argv, const struct argv_option * options,unsigned int flags, char * header, char * arg) -{ - argv_usage(0,header,options,arg); - return argv_get(argv,options,flags) ? 0 : -1; -} |