Searched defs:ASSIGNSINGLERESULT (Results 1 – 1 of 1) sorted by relevance
52 #define ASSIGNSINGLERESULT(x,y) x = y macro 65 #define ASSIGNSINGLERESULT(x,y) {SINGLERESULT _kug = y; *(int *)&x = *(int*)&_kug;} macro