Format: AllC/C++CSSTextshell script Advanced Search
95: /* Check flags or mode */ 96: #define isSET(flags, value) (((UW)(flags) & (UW)(value)) != 0) 97: #define isFAT_SUBDIR(typ) isSET(typ, FAT_SUBDIR)