typedef struct { unsigned char dic, dln; int lun, dev, unt; } ALUN_DPB; #define ALUN_(name, lun, dev, unt) ALUN_DPB name = {7, 4, lun, dev, unt}