gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:_W_INT (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/wait.h - 6.3KB - 165 lines
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