Searched defs:UTLIST_CASTASGN (Results 1 – 1 of 1) sorted by relevance
94 #define UTLIST_CASTASGN(a,b) { char **_alias = (char**)&(a); *_alias=(char*)(b); } macro103 #define UTLIST_CASTASGN(a,b) (a)=(b) macro