__eds__ Extended Data Space qualifier syntax

68 Views Asked by At

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.

0

There are 0 best solutions below