#ifndef __CDAT_H__ #define __CDAT_H__ #include #include typedef int CDat; #define BIT_LEN 32 //static_assert(sizeof(CDat) == 4, "The size of the datatype for int is NOT 4 bytes (32 Bit!)"); #endif