MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / dumphex

Function dumphex

simulators/sim.h:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31} nc_rigid_t;
32
33void dumphex(const unsigned char *buf, int n)
34{
35 for (int i = 0; i < n; ++i) { printf("%02x ", buf[i]); }
36
37 printf("\n");
38}
39
40#define WRITE(f,b,l) write_sim(f,(const unsigned char*)b,l,__func__,__LINE__)
41

Callers 15

frameGetFunction · 0.85
frameParseFunction · 0.85
frameGetFunction · 0.85
frameParseFunction · 0.85
frameGetFunction · 0.85
frameParseFunction · 0.85
frameGetFunction · 0.85
frameParseFunction · 0.85
frameGetFunction · 0.85
frameParseFunction · 0.85
frameGetFunction · 0.85
frameParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected