Format: AllC/C++CSSTextshell script Advanced Search
49: #if __BSD_VISIBLE 50: #define _W_INT(w) (*(int *)&(w)) /* convert union wait to int */ 51: #else 52: #define _W_INT(i) (i) 53: #endif