gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:word1 from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtodg.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
321: #ifdef VAX
322:         L = word1(d) << 16 | word1(d) >> 16;
323:         if (L)
324: #else
325:         if ( (L = word1(d)) !=0)
326: #endif