gargoyle/include/gargoyle/scribe.h

11 lines
364 B
C

#ifndef __GARGOYLE_SCRIBE_H_
#define __GARGOYLE_SCRIBE_H_
#include <gargoyle/codex.h>
#include <gargoyle/privledge.h>
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