ft8_lib/ft8/unpack.h

7 lines
83 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
int unpack(const uint8_t *a72, char *message);