MCPcopy Create free account
hub / github.com/distributed/sers / termios

Class termios

sers_linux.c:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 speed_t baudrateconstant = lookupbaudrate(br);
142 if (baudrateconstant) {
143 struct termios tio;
144 int ret = tcgetattr(fd, &tio);
145 if (ret == -1) return ret;
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected