summaryrefslogtreecommitdiff
path: root/src/tpax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tpax.c')
-rw-r--r--src/tpax.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tpax.c b/src/tpax.c
new file mode 100644
index 0000000..a2af3b7
--- /dev/null
+++ b/src/tpax.c
@@ -0,0 +1,12 @@
+/******************************************************/
+/* tpax: a topological pax implementation */
+/* Copyright (C) 2020 Z. Gilboa */
+/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */
+/******************************************************/
+
+#include <tpax/tpax.h>
+
+int main(int argc, char ** argv, char ** envp)
+{
+ return tpax_main(argv,envp,0);
+}