Files

4 lines
164 B
C
Raw Permalink Normal View History

2026-05-22 21:52:50 +03:00
#define ATTR_PACKED __attribute__((__packed__))
#define ATTR_ALIGNED(x) __attribute__((__aligned__(x)))
#define ATTR_SECTION(x) __attribute__((__section__(x)))