.TH "getopt_long.h" 3 "Mon Jan 12 2015" "Version dvi2bitmap1.0" "dvi2bitmap" \" -*- nroff -*-
.ad l
.nh
.SH NAME
getopt_long.h \- 
.SH SYNOPSIS
.br
.PP
\fC#include <config\&.h>\fP
.br
\fC#include <unistd\&.h>\fP
.br

.SS "Classes"

.in +1c
.ti -1c
.RI "struct \fBoption\fP"
.br
.in -1c
.SS "Macros"

.in +1c
.ti -1c
.RI "#define \fBTHIS_IS__STDC__\fP   1"
.br
.ti -1c
.RI "#define \fBno_argument\fP   0"
.br
.ti -1c
.RI "#define \fBrequired_argument\fP   1"
.br
.ti -1c
.RI "#define \fBoptional_argument\fP   2"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "int \fBgetopt_long\fP (int argc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind)"
.br
.ti -1c
.RI "int \fBgetopt_long_only\fP (int argc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind)"
.br
.ti -1c
.RI "int \fB_getopt_internal\fP (int argc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind, int long_only)"
.br
.in -1c
.SH "Macro Definition Documentation"
.PP 
.SS "#define no_argument   0"

.SS "#define optional_argument   2"

.SS "#define required_argument   1"

.SS "#define THIS_IS__STDC__   1"

.SH "Function Documentation"
.PP 
.SS "int _getopt_internal (intargc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind, intlong_only)"

.SS "int getopt_long (intargc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind)"

.PP
Referenced by main()\&.
.SS "int getopt_long_only (intargc, char *const *argv, const char *shortopts, const struct \fBoption\fP *longopts, int *longind)"

.SH "Author"
.PP 
Generated automatically by Doxygen for dvi2bitmap from the source code\&.