Searched defs:StructCopy (Results 1 – 1 of 1) sorted by relevance
649 #define StructCopy(s,d,t) (*((t*)(d)) = *((t*)(s))) macro651 #define StructCopy(s,d,t) Copy(s,d,1,t) macro