view src/dmargs.c @ 903:f29a6164ec80

Implement DT_BGCOLOR_SET decode op.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Feb 2015 22:00:20 +0200
parents daebbf28953d
children 985225a93aeb
line wrap: on
line source

#include "dmargs.h"
#define TH_EXTERNAL 1
#define th_optarg_t DMOptArg
#define th_args_process dmArgsProcess
#define th_args_help dmArgsPrintHelp

#define THERR dmError
#define th_calloc dmCalloc
#define th_malloc dmMalloc
#define th_free dmFree

#include "dmargs_int.c"