gargoyle/include/gargoyle.h

14 lines
317 B
C

#ifndef __GARGOYLE_H_
#define __GARGOYLE_H_
#include <gargoyle/codex.h>
#include <gargoyle/scribe.h>
#include <gargoyle/sleuth.h>
#include <stdint.h>
const uint8_t GARGOYLE_DIGEST_ALL = 1 << 0;
uint8_t gargoyle_digest_args(uint16_t optc, struct gargoyle_opt *optv, int *argc, char ***argv, uint8_t flags);
#endif