aboutsummaryrefslogtreecommitdiff
path: root/ltb2/ltb2/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltb2/ltb2/src/main.c')
-rw-r--r--ltb2/ltb2/src/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/ltb2/ltb2/src/main.c b/ltb2/ltb2/src/main.c
new file mode 100644
index 0000000..c80d050
--- /dev/null
+++ b/ltb2/ltb2/src/main.c
@@ -0,0 +1,10 @@
+#include <ltb2.h>
+
+int
+main (int argc, char **argv)
+{
+ ltb2a_version ();
+ ltb2b_version ();
+ return 0;
+}
+

Return to:

Send suggestions and report system problems to the System administrator.