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

Function is_hex

cppcryptfsctl/cppcryptfsctl.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static bool is_hex(wint_t c)
128{
129 return iswdigit(c) || (c >= L'a' && c <= L'f') || (c >= L'A' && c <= L'F');
130}
131
132static int do_self_args(int argc, wchar_t* const argv[])
133{

Callers 1

do_self_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected