Format: AllC/C++CSSTextshell script Advanced Search
96: #define isSET(flags, value) (((UW)(flags) & (UW)(value)) != 0) 97: #define isFAT_SUBDIR(typ) isSET(typ, FAT_SUBDIR) 98: #define isFAT_VOLUME(typ) isSET(typ, FAT_VOLUME)