1. Home
  2. Browse
  3. mman

mman

vgit-f5ff813-3#0Go to latest

A light implementation of the mmap functions for MinGW.

Install

Run the following Vcpkg command to install the port.

vcpkg install mman

Usage

The mman.h header deployed by mman is placed in mman/sys/mman.h to avoid accidental inclusion.

find_path(MMAN_DIR NAMES sys/mman.h PATH_SUFFIXES mman)
target_include_directories(main PRIVATE ${MMAN_DIR})
See source

Version

vgit-f5ff813-3#0

Publication

Supports

All

GitHub

witwall/mman-win32134

Homepage

github.com/witwall/mman-win32

Subtree

09a647a526

License

Complex license

Definition

Control