align_pread
Posted: 08 Apr 2020, 10:41
Hello. I have a little question: function align_pread from alignio.h
is designed to run on FAT32/EXFAT only, or could be called on NTFS file system ? It could me a lot if I would know that ... maybe Grenier or somebody would find a little time to tell me 
Thanks much.
Code: Select all
static int align_pread(int(*fnct_pread)(disk_t *disk_car, void *buf, const unsigned int count, const uint64_t offset),
disk_t* disk_car, void*buf, const unsigned int count, const uint64_t offset)
{
...
...

Thanks much.