We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84657e0 commit 1ab6d71Copy full SHA for 1ab6d71
src/bindings.rs
@@ -9,7 +9,7 @@ struct local_result {
9
size: usize,
10
}
11
12
-#[link(name = "chdb")] // Replace "chdb" with the actual library name
+#[link(name = "chdb")]
13
extern "C" {
14
fn query_stable(argc: i32, argv: *const *const c_char) -> *mut local_result;
15
0 commit comments