gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TLOOP1 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/string/bcopy.c - 4.7KB - 130 lines
72:          */
73: #define TLOOP(s) if (t) TLOOP1(s)
74: #define TLOOP1(s) do { s; } while (--t)
90: length -= t; 91: TLOOP1(*dst++ = *src++); 92: }
114: length -= t; 115: TLOOP1(*--dst = *--src); 116: }