Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ usage
Function
usage
examples/dbcrypt/CryptApplication.cpp:217–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
};
216
217
int usage()
218
{
219
fprintf(stderr,
"Usage: cryptAppSample [ -e | -d | -l | -r ] { db-name }\n"
);
220
return 2;
221
}
222
223
int main(int ac, char** av)
224
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected