@@ -0,0 +1,12 @@
#include <stdio.h>
void dump_hex(uint8_t * buf, int size)
{
while(size--)
printf("%02x ", *buf++);
}
printf("\n");
The note is not visible to the blocked user.