view src/dmargs.c @ 1702:94329f678841

Explicitly initialize some DMGrowBuf fields for clarity, though they are already cleared previously by memset().
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Jun 2018 18:27:16 +0300
parents 985225a93aeb
children ddec147d1f90
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 dmErrorMsg
#define th_calloc dmCalloc
#define th_malloc dmMalloc
#define th_free dmFree

#include "dmargs_int.c"