ft8_lib/ft8/v1/unpack.h

6 lines
83 B
C

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