FastLED 3.9.15
Loading...
Searching...
No Matches

◆ pcpx

#define pcpx ( c)
Value:
fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) )

Definition at line 143 of file _kiss_fft_guts.h.

143#define pcpx(c)\
144 fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) )