Thanks to visit codestin.com
Credit goes to github.com

Skip to content

boldowa/mman-win32

Repository files navigation

mmain-win32

Build Status Coverage Status

A light implementation of the mmap functions for MinGW(forked from https://code.google.com/archive/p/mman-win32/).

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

License: MIT License

Build / Install steps

  1. Install CMake
  2. Move to build directory
  3. Run cmake .. && make -j2 command.
  4. Run sudo make install command.

About

A light implementation of the mmap functions for MinGW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published