gargoyle/include/gargoyle/codex.h

10 lines
170 B
C

#ifndef __GARGOYLE_CODEX_H_
#define __GARGOYLE_CODEX_H_
#include <stdint.h>
const uint8_t GARGOYLE_ERR_SUCCESS = 0;
const uint8_t GARGOYLE_ERR_UNKNOWN_OPT = 1;
#endif