ft8_lib/ft8/unpack.h
2018-11-02 14:03:28 +02:00

6 lines
83 B
C

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