rework C includes in C++

This commit is contained in:
Philippe Teuwen
2020-05-03 12:46:46 +02:00
parent 19be62f7e6
commit ed1fb14f5f
7 changed files with 39 additions and 8 deletions

View File

@@ -13,6 +13,10 @@
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif
//#include <stdlib.h> //size_t
int CmdData(const char *Cmd);
@@ -82,4 +86,7 @@ extern size_t DemodBufferLen;
extern int g_DemodClock;
extern size_t g_DemodStartIdx;
#ifdef __cplusplus
}
#endif
#endif