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