Issues with strncmp
The strncmp function isn't working correctly. strncmp("EXFAT ", "EXFAT", 5);
reports the first string as bigger for some reason.
The strncmp function isn't working correctly. strncmp("EXFAT ", "EXFAT", 5);
reports the first string as bigger for some reason.