view dmargs.c @ 539:8d7b6fecbb24

Change filename extension of DrazPaint 2.0 packed format to avoid conflict with the unpacked format while allowing the user to selecto output format via extension.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:19:12 +0200
parents 32250b436bca
children
line wrap: on
line source

#include "dmargs.h"
#define TH_EXTERNAL 1
#define 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"