STATIC int BcdToByte(int x) { return ((x >> 4) & 0xf) * 10 + (x & 0xf); } */
source not stored for this graph (policy: none)
no test coverage detected