#ifndef __GARGOYLE_SCRIBE_H_ #define __GARGOYLE_SCRIBE_H_ #include #include uint8_t gargoyle_from_bool(struct gargoyle_opt *opt, const char *brand, const char *neg, uint16_t neg_sz, gargoyle_flag_type flags); uint8_t gargoyle_from_rope(struct gargoyle_opt *opt, const char *brand_val, gargoyle_flag_type flags); #endif