view src/ploki/opt.h @ 6180:24d773fb3f86

<oerjan> ` sed -i \'2ctr A-Z a-z\' bin/lowercase
author HackBot
date Tue, 03 Nov 2015 23:55:44 +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_ */