Home
last modified time | relevance | path

Searched defs:UTLIST_CASTASGN (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Dutlist.h94 #define UTLIST_CASTASGN(a,b) { char **_alias = (char**)&(a); *_alias=(char*)(b); } macro
103 #define UTLIST_CASTASGN(a,b) (a)=(b) macro