Hey guys,
I am trying to implement the following but the compiler is not liking it. What can I do to fix this?
Thanks for any help.
typedef struct
{
int ordinalSum;
int LexemeCode;
Line Info;
Node *next; <-- ???
}Node;
error # 1 syntax error before "Node"