SingingCat 0
application
strings-common.h
1int charToHex(char c);
2void dobreak(void);
3void bufToHex(char *target, const byte *source, int size);
4void ltoh(const long i, char *s);
5void printHex(const char *prefix, const uint8_t *buf, const int size);