gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHK_OR (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
87: #define CHK_AND(flags, value)           (((flags) & (value)) == (value))
88: #define CHK_OR(flags, value)            (((flags) & (value)) != 0)
89: