data1.c 233 B

123456
  1. #include "data1.h"
  2. char a1[1] __attribute__ ((aligned (ALIGNMENT1))) = { 10 };
  3. char a2[2] __attribute__ ((aligned (ALIGNMENT2)));
  4. char a3[3] __attribute__ ((aligned (ALIGNMENT3)));
  5. char a4[4] __attribute__ ((aligned (ALIGNMENT4)));