Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef TLX_DEFINE_ATTRIBUTE_PACKED_HEADER
12#define TLX_DEFINE_ATTRIBUTE_PACKED_HEADER
22#if defined(__GNUC__) || defined(__clang__)
23#define TLX_ATTRIBUTE_PACKED __attribute__ ((packed))
25#define TLX_ATTRIBUTE_PACKED