mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 03:38:03 +08:00
58702dc41e
Co-authored-by: mcirsta <mforce2@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
configure | ||
Makefile | ||
mman-win32.pro | ||
mman.c | ||
mman.h | ||
mman.sln | ||
mman.vcxproj | ||
mman.vcxproj.filters | ||
mman.vcxproj.user | ||
README.md | ||
test.c | ||
UpgradeLog.htm |
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