Format: AllC/C++CSSTextshell script Advanced Search
58: #define Asm __asm__ volatile 59: #define Noinit(decl) decl __attribute__((section(".noinit"))) 60: #define Section(decl,name) decl __attribute__((section(#name)))