utils icon indicating copy to clipboard operation
utils copied to clipboard

Error in compile whist.c

Open Jack12xl opened this issue 6 years ago • 0 comments

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;

Jack12xl avatar Sep 06 '19 09:09 Jack12xl