0
Does fread read contiguos blocks of content?
Suppose I want to read several blocks of n size until condition c is met (a while loop). If I use fread, will it read sequential blocks of content on every iteration or it only reads the first block of size n?
1 Resposta
+ 1
Thanks, ~ swim ~. Just what I needed to know.