drogon/third_party/mman-win32
Christian Clauss e76bf08eb2
GitHub Action to find typos in the codebase using codespell (#1876)
GitHub Action to find typos in the codebase using codespell
https://github.com/codespell-project/codespell
2023-12-09 13:48:24 +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 Port drogon to Windows (#335) 2020-01-25 11:58: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