gargoyle/include/gargoyle.h

11 lines
223 B
C
Raw Normal View History

2022-06-19 01:13:10 +00:00
#ifndef __GARGOYLE_H_
#define __GARGOYLE_H_
#include <gargoyle/codex.h>
#include <gargoyle/sleuth.h>
2022-06-19 01:13:10 +00:00
#include <stdint.h>
uint8_t gargoyle_digest(uint16_t optc, struct gargoyle_opt *optv, int *argc, char ***argv);
2022-06-19 01:13:10 +00:00
#endif