Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
extern int optind, opterr, optopt;
44
45
struct option {
46
const wchar_t* name;
47
int has_arg;
48
int* flag;
49
int val;
50
};
51
52
void getopt_init();
53
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected