The following code does not compile in lite-C for me:
typedef struct SPACESHIP{
var x;
} SPACESHIP;

keyword unknown SPACESHIP
Parameter unknown typedef bad keyword in {}
are the errors (along with parm unknown error for the var)
lite-C ver 7.02.4 clean install.

From examples and tutorials I have read, this should work. Any ideas?

Thanks in advance.