blob: 1c5522acf0694c0704c8386fdd9029e0c1dd83de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.TH qlibs: getoptb 3
.SH NAME
getoptb \- get option character from command line
.SH SYNTAX
.B #include \(dqgetoptb.h\(dq
.SH DESCRIPTION
Qlib's
.B getoptb
is a replacement for the standard Unix
.B getopt
library, based on
.B sgetopt
and printing errors by means of
.B buffer
rather than
.BR stdio .
See
.B getopt(3)
for interface details.
.SH "SEE ALSO"
buffer(3)
|