Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 407 Bytes

mman-win32

A light implementation of the mmap functions for MinGW.

The mmap-win32 library implements a wrapper for mmap functions around the memory mapping Windows API.

Install

To build run the 'bash ./configure' script to create a config.mak Run typical 'make' and 'make install'

Mirrors code: https://code.google.com/p/mman-win32/ Original Author: [email protected]