gargoyle/include/gargoyle/scribe.h

11 lines
263 B
C
Raw Normal View History

2022-06-20 01:30:01 +00:00
#ifndef __GARGOYLE_SCRIBE_H_
#define __GARGOYLE_SCRIBE_H_
#include <gargoyle/sleuth.h>
#include <stdint.h>
uint8_t gargoyle_from_bool(struct gargoyle_opt *opt, const char *brand);
uint8_t gargoyle_from_rope(struct gargoyle_opt *opt, const char *brand);
#endif