Skip to content

Instantly share code, notes, and snippets.

View hckiang's full-sized avatar

Woodrow (Hao Chi) Kiang hckiang

View GitHub Profile
@r-lyeh-archived
r-lyeh-archived / mmap.h
Last active January 24, 2022 01:30
portable mmap()
#ifndef PORTABLE_MMAP_H
#define PORTABLE_MMAP_H
#ifdef _WIN32
/* mmap() replacement for Windows
*
* Author: Mike Frysinger <vapier@gentoo.org>
* Placed into the public domain
*/