This commit is contained in:
2026-03-03 10:12:22 +08:00
commit ae4c58e56d
223 changed files with 42635 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
fn main() {
cc::Build::new()
.file("src/c_shim/vsnprintf_shim.c")
.flag_if_supported("-std=c99")
.compile("vsnprintf_shim");
}