purr-c/formats.c

9 lines
146 B
C
Raw Normal View History

#include "purr.h"
// for keys...
// still needs to base64 encode / decode the whole mess
void print_hex(uint8_t *buf, int len)
{
puts("");
}