#include #include int main(int argc UNUSED, char *argv[]) { u8 *m = tal_hexdata(NULL, argv[1], strlen(argv[1])); print_message(m); return 0; }