view dmargs.c @ 511:4cdcaeb68b54

Collapse most of the probing functions into one generic probe, as they only check loading address and file size.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 15:52:44 +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"