We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4b4f commit 61d5c4bCopy full SHA for 61d5c4b
1 file changed
libdebugnet/include/debugnet.h
@@ -13,13 +13,17 @@
13
#define ERROR 2
14
#define DEBUG 3
15
16
-
+#ifdef __cplusplus
17
+extern "C"
18
+{
19
+#endif
20
21
int debugNetInit(char *serverIp, int port, int level);
22
void debugNetFinish();
23
void debugNetPrintf(int level, char* format, ...);
24
void debugNetSetLogLevel(int level);
25
-#endif
26
27
+}
28
29
0 commit comments