Closed michalspondr closed 6 years ago
I had to add #include <float.h> otherwise I got this error message:
#include <float.h>
main.c: In function ‘reset’: main.c:449:21: error: ‘FLT_MAX’ undeclared (first use in this function) zbuff[i] = -FLT_MAX, pixel[i] = 0x0;
I am using gcc version 6.4.0.
Thanks, patching.
I had to add
#include <float.h>
otherwise I got this error message:I am using gcc version 6.4.0.