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

Function putbyte

tools/brother240tool.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void putbyte(uint32_t offset, uint8_t value)
23{
24 inputFile.seekp(offset, std::ifstream::beg);
25 inputFile.put(value);
26}
27
28int main(int argc, const char* argv[])
29{

Callers 1

mainFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected