Topic: help with tfm.c
I've been porting tfm.c these days. I'm getting a compiler error on line 294.
typedef unsigned long long ulong64
if I remove one of the 'long' from that line it compiles but then I get a new warning
warning: right shift count >= width of type
which I assume is because the variable type is wrong (not big enough)
please enlighten me todd