PostGIS  2.5.7dev-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);
int pgis_opterr
Definition: getopt.c:38
int pgis_optind
Definition: getopt.c:39
int pgis_optopt
Definition: getopt.c:40
int pgis_getopt(int argc, char **argv, char *opts)
Definition: getopt.c:44
char * pgis_optarg
Definition: getopt.c:41
void envargs(int *pargc, char ***pargv, char *envstr)
opts
Definition: ovdump.py:44