Code: Select all
typedef struct __attribute__((packed)) pokus_struct {
unsigned char unsignedchar1;//1 byte
float float1; //4 bytes
} Pokus;
Code: Select all
typedef struct __attribute__((packed)) pokus_struct {
unsigned char unsignedchar1;//1 byte
float float1; //4 bytes
} Pokus;