Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void putbyte(uint32_t offset, uint8_t value)
23
{
24
inputFile.seekp(offset, std::ifstream::beg);
25
inputFile.put(value);
26
}
27
28
int main(int argc, const char* argv[])
29
{
Callers
1
main
Function · 0.85
Calls
1
put
Method · 0.45
Tested by
no test coverage detected