Skip to content

Instantly share code, notes, and snippets.

View dajhorn's full-sized avatar

Darik Horn dajhorn

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
static const size_t FILE_SIZE = 512;