Subversion Repositories Kolibri OS

Rev

Rev 1970 | Rev 3480 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1970 Rev 3031
Line 81... Line 81...
81
 * [...]
81
 * [...]
82
 */
82
 */
83
#define __pure				__attribute__((pure))
83
#define __pure				__attribute__((pure))
84
#define __aligned(x)			__attribute__((aligned(x)))
84
#define __aligned(x)			__attribute__((aligned(x)))
85
#define __printf(a,b)			__attribute__((format(printf,a,b)))
85
#define __printf(a, b)			__attribute__((format(printf, a, b)))
-
 
86
#define __scanf(a, b)			__attribute__((format(scanf, a, b)))
86
#define  noinline			__attribute__((noinline))
87
#define  noinline			__attribute__((noinline))
87
#define __attribute_const__		__attribute__((__const__))
88
#define __attribute_const__		__attribute__((__const__))
88
#define __maybe_unused			__attribute__((unused))
89
#define __maybe_unused			__attribute__((unused))
89
#define __always_unused			__attribute__((unused))
90
#define __always_unused			__attribute__((unused))