I am using compiler XC16 from Microchip. Are the following code lines equivalent?
__eds__ __attribute__((eds)) short fr[N_WAVE];
__eds__ short fr[N_WAVE] __attribute__((eds));
Thanks for the attention.
I am using compiler XC16 from Microchip. Are the following code lines equivalent?
__eds__ __attribute__((eds)) short fr[N_WAVE];
__eds__ short fr[N_WAVE] __attribute__((eds));
Thanks for the attention.