jloutfalla / fmmap

Header-only and cross-platform library to map file into memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FMmap - File Memory Mapping Library

fmmap is a simple header-only and cross-platform library to map file into memory.

Quick start

Just copy fmmap.h into your project and include it like this:

#define FMMAP_IMPLEMENTATION
#include "fmmap.h"

fmmap is an stb-style header-only library, so if you want more information about FMMAP_IMPLEMENTATION, please see stb_howto.txt.

For an example on how to use this library, check test.c.

About

Header-only and cross-platform library to map file into memory

License:GNU General Public License v3.0


Languages

Language:C 100.0%