What happens if the ALIGNED is applied to a variable, instead of applying it to a data type? For example: typedef struct Bar { char c[129] ALIGNED(128); } Bar; --Eljay
What happens if the ALIGNED is applied to a variable, instead of applying it to a data type? For example: typedef struct Bar { char c[129] ALIGNED(128); } Bar; --Eljay