view src/ploki/opt.h @ 7535:b5736a4bcc2b

<oerjan> learn_append int-e Hen st\xc3\xa5r f\xc3\xb6r sig sj\xc3\xa4lv.
author HackBot
date Mon, 25 Apr 2016 22:30:28 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef OPT_H_
#define OPT_H_

extern int opt_ind;
extern int opt_err;
extern const char *opt_arg;

int opt_get(int, char *const *, const char *);
#if 0
void opt_reset(void);
#endif

#endif /* OPT_H_ */