From 5e8bbe44301b45046cc8c62c7c67dbd36b7de39e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Jun 2013 14:44:25 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/argparser.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/argparser.c b/src/argparser.c index 85992af..f84efe6 100644 --- a/src/argparser.c +++ b/src/argparser.c @@ -20,6 +20,7 @@ #include + #define true 1 #define false 0 #define null 0 @@ -29,6 +30,7 @@ #define VARIADIC 2 + static void sort(char** list, long count); static long cmp(char* a, char* b); @@ -165,6 +167,7 @@ long args_options_size; // HashMap opts = new HashMap(); + /** * Constructor. * The short description is printed on same line as the program name -- cgit v1.2.3-70-g09d2