Format: AllC/C++CSSTextshell script Advanced Search
145: /* is FAT32 ? */ 146: #define isFAT32(fstype) ((fstype) == FAT32) 147: