aboutsummaryrefslogtreecommitdiffstats
path: root/src/jtacs/main.c
blob: 77a2f2c1ebf578252279fb284eff2cdae57863e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "../amps/main.h"
#include "../amps/tones.h"
#include "../amps/outoforder.h"

const int tacs = 1;
const int jtacs = 1;

int main(int argc, char *argv[])
{
	/* init common tones */
	init_tones();

	return main_amps_tacs(argc, argv);
}