00001 #ifndef REJECT_C99_H_DEF 00002 #define REJECT_C99_H_DEF 00003 00004 void sreject(int n, float *data, int *isgood, float factor); 00005 void dreject(int n, double *data, int *isgood, double factor); 00006 void creject(int n, _Complex float *data, int *isgood, float factor); 00007 void zreject(int n, _Complex double *data, int *isgood, double factor); 00008 00009 #endif