I just tried to read files from the filesystem using direct i/o to avoid the operating systems caching effects. The manpage of open lists the flag O_DIRECT for this. Although I included fcntl.h, my compiler complained that it couldn't find...