aboutsummaryrefslogtreecommitdiff
path: root/ltb1/src/main.c
blob: d894b5423b44df6fd7d4000898098145a58eed1d (plain)
1
2
3
4
5
6
7
8
9
#include <ltb1.h>

int
main (int argc, char **argv)
{
  ltb_version ();
  return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.