gargoyle/include/gargoyle.h

11 lines
228 B
C

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