We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdcf93 commit a05dccaCopy full SHA for a05dcca
auto_tests/tox_new_test.c
@@ -0,0 +1,8 @@
1
+#include "../toxcore/tox.h"
2
+
3
+#include "../toxcore/ccompat.h"
4
5
+int main(void) {
6
+ tox_kill(tox_new(nullptr, nullptr));
7
+ return 0;
8
+}
0 commit comments