typedef struct { unsigned char dic, dln; long tname; int *buf; } RCVD_DPB; #define RCVD_(name, tname, buf) RCVD_DPB name = {75, 4, tname, buf}