We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c42dd8a + 1294172 commit 4b4486dCopy full SHA for 4b4486d
1 file changed
thtk/dat.h
@@ -39,6 +39,10 @@
39
#define API_SYMBOL /* */
40
#endif
41
42
+#ifdef __cplusplus
43
+extern "C" {
44
+#endif
45
+
46
typedef struct thdat_t thdat_t;
47
48
/* Opens an existing archive file read from the input stream. The stream has
0 commit comments