#ifndef COMPOUND_CHAR_H # define COMPOUND_CHAR_H typedef struct { int value; int width; } Char; // 8 Bytes #endif /* COMPOUND_CHAR_H */