C
#define CLUSTER_FAIL_FAT16 0xFFFF
Description
The CLUSTER_FAIL_FAT16 macro is used by the ReadFAT function to indicate that an error occured reading a FAT12 or FAT16 file allocation table. Note that since '0xFFF8' is used for the last cluster return value in the FAT16 implementation the end-of-file value '0xFFFF' can be used to indicate an error condition.