We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b4b4f + 61d5c4b commit 5a13d8dCopy full SHA for 5a13d8d
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