MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / syntax

Function syntax

tools/brother120tool.cc:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static std::map<uint16_t, uint16_t> allocationTable;
31
32void syntax()
33{
34 std::cout << "Syntax: brother120tool <image> [<filenames...>]\n"
35 " brother120tool --create <image> <filenames...>\n"
36 "If you specify a filename, it's extracted into the current "
37 "directory.\n"
38 "Wildcards are allowed. If you don't, the directory is listed "
39 "instead.\n";
40 exit(0);
41}
42
43void readDirectory()
44{

Callers 2

doCreateFunction · 0.70
doExtractFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected