Format: AllC/C++CSSTextshell script Advanced Search
131: /* Byte <-> Number of cluster */ 132: #define BYTEtoCL(b) (((b) + (fs->ff_clsz - 1)) / fs->ff_clsz) 133: