Treat file as memory block in C -


Is there any way to read the file as a block of memory in C? Can one file be used faster ...? The file is assumed to be a memory (and the OS give the file for you) is called '' ''.

On POSIX (like Linux ), the function does this.

Windows , functions and friends do this, how it works in Microsoft, why to use it, and excellent description of their platform The description is.

Comments