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

Class option

libcppcryptfs/util/getopt.c:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168*/
169int getopt_long(int argc, wchar_t* const argv[], const wchar_t* optstring,
170 const struct option* longopts, int* longindex) {
171 const struct option* o = longopts;
172 const struct option* match = NULL;
173 int num_matches = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected