kgoba / ft8_lib

FT8 library
MIT License
201 stars 67 forks source link

Compiling with cpp "extern c" #22

Closed coulisse closed 2 years ago

coulisse commented 2 years ago

Could you add "extern c" in your .h files in order to compile and link it with c++?

For example:

#ifdef __cplusplus
extern "C" {
/* your header content */
}
#endif

Thanks Corrado

kgoba commented 2 years ago

One of the many obvious quality things that was missing. Should be fixed now!