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

Function syntax

tools/brother240tool.cc:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static std::fstream inputFile;
6
7void syntax()
8{
9 std::cout << "Syntax: brother240tool <image>\n"
10 "The disk image will be flipped from Brother to DOS format "
11 "and back\n"
12 "again.\n";
13 exit(0);
14}
15
16uint8_t getbyte(uint32_t offset)
17{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected