summaryrefslogtreecommitdiff
path: root/sgetopt.3
blob: bde0c2bf2767968f35ebc0c4b6673f9f66f8f937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.TH sgetopt 3
.SH NAME
sgetopt \- get option character from command line
.SH SYNTAX
.B #include <sgetopt.h>
.SH DESCRIPTION
The
.B sgetopt
library is just like the
.B getopt
library,
except that it prints errors using
.B substdio
rather than
.BR stdio .

See
.B getopt(3)
for interface details.
.SH VERSION
sgetopt version 1.9, 931201.
.SH AUTHOR
Placed into the public domain by Daniel J. Bernstein.
.SH "SEE ALSO"
getopt(3),
subgetopt(3),
subfd(3),
substdio(3)