7 lines
83 B
C
7 lines
83 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
int unpack(const uint8_t *a72, char *message);
|