From a07f407aa374d8ac3580d99f8bf15c356316c063 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 26 Jun 2013 01:11:10 +0200 Subject: complete map structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/argparser.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/argparser.c b/src/argparser.c index 704174c..37180d4 100644 --- a/src/argparser.c +++ b/src/argparser.c @@ -81,9 +81,22 @@ typedef struct */ typedef struct { + /** + * Available keys + */ char** keys; + + /** + * The number of available keys + */ long key_count; -} args_Map; /*TODO*/ + + /** + * Indefinite depth array with 17 elements per level, the last being the value at the position + */ + void** data; + +} args_Map; /** -- cgit v1.2.3-70-g09d2