Cross Reference: getsubopt.h
xref
: /
lxc
/
src
/
include
/
getsubopt.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
getsubopt.h revision 9dbcd668334605c79f89a1e6890cc1ecdead858c
#
ifndef
_getsubopt_h
#
define
_getsubopt_h
int
getsubopt
(
char
**
optionp
,
char
*
const
*
tokens
,
char
**
valuep
);
#
endif