MCPcopy 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
217int usage()
218{
219 fprintf(stderr, "Usage: cryptAppSample [ -e | -d | -l | -r ] { db-name }\n");
220 return 2;
221}
222
223int main(int ac, char** av)
224{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected