MCPcopy 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
33void CharIOHandler::writeByte(unsigned int data) {
34 char ch = (char)data;
35 write(&ch, 1);
36}
37
38void CharIOHandler::writeByte(int fd, unsigned int data) {
39 if (!fd_specific || fd_list.contains(fd))

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected