MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / option

Class option

libcppcryptfs/util/getopt.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43extern int optind, opterr, optopt;
44
45struct option {
46 const wchar_t* name;
47 int has_arg;
48 int* flag;
49 int val;
50};
51
52void getopt_init();
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected