From bd82d030011cd8b9655e5ded6b6df9343b42a6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Feb 2015 14:09:54 +0100 Subject: Imported Upstream version 3.22 --- src/tx-option.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tx-option.cpp (limited to 'src/tx-option.cpp') diff --git a/src/tx-option.cpp b/src/tx-option.cpp new file mode 100644 index 0000000..55e3566 --- /dev/null +++ b/src/tx-option.cpp @@ -0,0 +1,17 @@ +#ifndef __cplusplus +# include +#else +# include +#endif +#include + +static const struct HXoption t[] = { + HXOPT_AUTOHELP, + HXOPT_TABLEEND, +}; + +int main(int argc, const char **argv) +{ + HX_getopt(t, &argc, &argv, HXOPT_USAGEONERR); + return EXIT_SUCCESS; +} -- cgit v1.2.3