Expose needed symbols in gargoyle/twine.h

This commit is contained in:
Nick Chambers 2022-06-29 01:25:37 -05:00
parent 41c0a4c2da
commit 6c046b77bc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __GARGOYLE_TWINE_H_
#define __GARGOYLE_TWINE_H_
#include <gargoyle/codex.h>
#include <stdint.h>
uint8_t is_sep(char tok);