ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
sgetopt.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef SGETOPT_H
4
#define SGETOPT_H
5
6
#ifndef SGETOPTNOSHORT
7
#define getopt sgetoptmine
8
#define optarg subgetoptarg
9
#define optind subgetoptind
10
#define optpos subgetoptpos
11
#define opterr sgetopterr
12
#define optproblem subgetoptproblem
13
#define optprogname sgetoptprogname
14
#define opteof subgetoptdone
15
#endif
16
17
#include "
subgetopt.h
"
18
19
extern
int
sgetoptmine
(
int
,
char
*
const
*,
const
char
*);
20
extern
int
sgetopterr
;
21
extern
const
char
*
sgetoptprogname
;
22
23
#endif
sgetoptprogname
const char * sgetoptprogname
sgetoptmine
int sgetoptmine(int, char *const *, const char *)
subgetopt.h
sgetopterr
int sgetopterr
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13