···54545555struct filestr_cache
5656{
5757+ sector_t sector; /* file sector that is in buffer */
5758 uint8_t *buffer; /* buffer to hold sector */
5858- unsigned long sector; /* file sector that is in buffer */
5959 unsigned int flags; /* FSC_* bits */
6060};
6161