PostGIS
2.4.9dev-r@@SVN_REVISION@@
getopt.h
Go to the documentation of this file.
1
/* declarations for getopt and envargs */
2
3
extern
int
pgis_opterr
;
4
extern
int
pgis_optind
;
5
extern
int
pgis_optopt
;
6
extern
char
*
pgis_optarg
;
7
8
extern
int
pgis_getopt
(
int
argc,
char
**argv,
char
*
opts
);
9
extern
void
envargs
(
int
*pargc,
char
***pargv,
char
*envstr);
pgis_opterr
int pgis_opterr
Definition:
getopt.c:38
pgis_optopt
int pgis_optopt
Definition:
getopt.c:40
pgis_optind
int pgis_optind
Definition:
getopt.c:39
envargs
void envargs(int *pargc, char ***pargv, char *envstr)
pgis_optarg
char * pgis_optarg
Definition:
getopt.c:41
pgis_getopt
int pgis_getopt(int argc, char **argv, char *opts)
Definition:
getopt.c:44
ovdump.opts
opts
Definition:
ovdump.py:44
loader
getopt.h
Generated by
1.8.13