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
112 JAS_DLLEXPORT
extern int jas_optind;
115 JAS_DLLEXPORT
extern const char *jas_optarg;
118 JAS_DLLEXPORT
extern int jas_opterr;
125 JAS_DLLEXPORT
int jas_getopt(
int argc,
char **argv,
const jas_opt_t *opts);