aboutsummaryrefslogtreecommitdiff
path: root/ltb2/ltb2/src/main.c
blob: c80d05046af0e59cf32383c514e98b8844a9c13f (plain)
1
2
3
4
5
6
7
8
9
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.