We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd7374 commit 90ff64fCopy full SHA for 90ff64f
1 file changed
assets/udbserver.h
@@ -1,3 +1,11 @@
1
#include <stdint.h>
2
3
+#ifdef __cplusplus
4
+extern "C" {
5
+#endif
6
+
7
int32_t udbserver(void* handle, uint16_t port, uint64_t start_addr);
8
9
10
+}
11
0 commit comments