Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvut/qtrvsim
/ writeByte
Method
writeByte
src/cli/chariohandler.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void CharIOHandler::writeByte(unsigned int data) {
34
char ch = (char)data;
35
write(&ch, 1);
36
}
37
38
void CharIOHandler::writeByte(int fd, unsigned int data) {
39
if (!fd_specific || fd_list.contains(fd))
Callers
nothing calls this directly
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected