Arpi writes: >> #define M_ST_OFF(struct_type, member) \ >> - ((void*) &((struct_type*) 0)->member) Mmm, this looks awfully close to the ANSI macro offsetof that is defined in stddef.h Kim Minh.