RadioSonde/libraries/SondeLib/rsc.h

18 lines
246 B
C
Raw Permalink Normal View History

2022-08-24 08:31:23 +02:00
/*
* dxlAPRS toolchain
*
* Copyright (C) Christian Rabler <oe5dxl@oevsv.at>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef rsc_H_
#define rsc_H_
long decodersc(char [], uint32_t [], uint32_t);
void initrsc(void);
#endif /* rsc_H_ */