davexunit / mman-win32

A light implementation of the mmap functions for MinGW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: kutuzov.viktor.84@gmail.com

About

A light implementation of the mmap functions for MinGW.


Languages

Language:C 92.4%Language:Makefile 7.6%