When compiling whist.c, several errors related real32_T appeared `whistc.c:236:28: error: use of undeclared identifier 'val' *pr++ = (double) (*val++);` Maybe should add `typedef float real32_T;`