view src/ploki/opt.h @ 10131:bbbdb09e6365

<boily> le/rn mate//Mat\xc3\xa9 is a southern hemisphere shamanist beverage that opens your inner self to the Sacred World. Its enlightened users become friendly, wishing \xe2\x80\x9cG\'day, mat\xc3\xa9!\xe2\x80\x9d to one another.
author HackBot
date Sat, 14 Jan 2017 14:02:22 +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_ */