diff dmargs.c @ 0:32250b436bca

Initial re-import.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 01:54:23 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dmargs.c	Fri Sep 28 01:54:23 2012 +0300
@@ -0,0 +1,12 @@
+#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"