drogon/third_party/mman-win32
Ken Matsui 0d178877f0
Enable build/header_guard for cpplint (#1936)
2024-01-31 19:05:20 +08:00
..
README.md Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
UpgradeLog.htm Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
mman.c GitHub Action to find typos in the codebase using codespell (#1876) 2023-12-09 13:48:24 +08:00
mman.h Enable build/header_guard for cpplint (#1936) 2024-01-31 19:05:20 +08:00
test.c Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00

README.md

mman-win32

mman library for Windows. mirror of https://code.google.com/p/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.

License: MIT License