gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isSET (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
95: /* Check flags or mode */
96: #define isSET(flags, value)     (((UW)(flags) & (UW)(value)) != 0)
97: #define isFAT_SUBDIR(typ)       isSET(typ, FAT_SUBDIR)