Skip to content

Instantly share code, notes, and snippets.

View woodrowbarlow's full-sized avatar

Woodrow Barlow woodrowbarlow

View GitHub Profile
@woodrowbarlow
woodrowbarlow / hex.h
Last active October 13, 2018 22:16 — forked from jdpage/hex.h
proposed hex board API
#ifndef HEX_HEX_H
#define HEX_HEX_H
#include <stdlib.h>
enum hex_err_e {
HEX_OK,
HEX_ENOMEM,
HEX_EBOUNDS,
HEX_EBADSPACE,