gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:TLOOP (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)