struct translation_structure{
	char *series;
	unsigned char a;
	unsigned char b;
}table[]={
	{"define", 0, 100},
	{"hello", 1, 100},
	{"welcome", 2, 100},
	{"bye", 3, 100},
	{"file", 4, 100},
	{"test", 5, 100}
};
