#ifndef COMPOUND_TYPE_H # define COMPOUND_TYPE_H # include typedef struct { char *identity; Var data; } Type; #endif /* COMPOUND_TYPE_H */