1 #define ALIGNMENT1 0x800 2 #define ALIGNMENT2 0x400 3 #define ALIGNMENT3 0x200 4 #define ALIGNMENT4 0x100 5 6 extern char a1[1]; 7 extern char a2[2]; 8 extern char a3[3]; 9 extern char a4[4]; 10