getting ready for v100

This commit is contained in:
Mark Borgerding
2003-12-15 03:23:46 +00:00
parent 573536f48f
commit 6b23ebb5c1
13 changed files with 331 additions and 69 deletions

View File

@ -93,7 +93,5 @@ void kf_work(
);
/* a debugging function */
static void pcpx( kiss_fft_cpx * c)
{
fprintf(stderr,"%g + %gi\n",(double)(c->r),(double)(c->i) );
}
#define pcpx(c)\
fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) )