Search | Google it | Results 1 - 3 of 3 for funcall:__attribute__ (0.01 seconds) |
58: #define Asm __asm__ volatile 59: #define Noinit(decl) decl __attribute__((section(".noinit"))) 60: #define Section(decl,name) decl __attribute__((section(#name)))
39: #ifdef __GNUC__ 40: #define WEAK __attribute__ ((weak)) 41: #else
127: #elif !defined(__STRICT_ANSI__) 128: #define __dead __attribute__((__noreturn__)) 129: #define __pure __attribute__((__const__))