MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / handler

Function handler

tools/serial2xsbug/serial2xsbug_lin.c:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273static txSerialToolRecord tool;
274
275static void handler(int s) {
276 txSerialTool self = &tool;
277 fxCloseSerial(self);
278 exit(0);
279}
280
281int main(int argc, char* argv[])
282{

Callers

nothing calls this directly

Calls 1

fxCloseSerialFunction · 0.70

Tested by

no test coverage detected