#ifndef _SYMBOLMAP_H #define _SYMBOLMAP_H /*#include #include #include #include #include #include */ typedef struct { float re; float im; }symbol; /*Defined according the data needs*/ void symbolmap (int *array_in, int longin, symbol *array_out, int MOD); #endif