mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-29 04:17:16 +01:00
4 lines
96 B
C
4 lines
96 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void decode_callsign_base40(uint64_t encoded, char* callsign);
|