Go to the documentation of this file.
77#include <jasper/jas_config.h>
83#define JAS_GETOPT_EOF (-1)
84#define JAS_GETOPT_ERR '?'
87#define JAS_OPT_HASARG 0x01
112JAS_DLLEXPORT
extern int jas_optind;
115JAS_DLLEXPORT
extern const char *jas_optarg;
118JAS_DLLEXPORT
extern int jas_opterr;
125JAS_DLLEXPORT
int jas_getopt(
int argc,
char **argv,
const jas_opt_t *opts);