mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: zig-sqlite.
This commit is contained in:
5
zig-vendor/zig-sqlite/c/workaround.c
Normal file
5
zig-vendor/zig-sqlite/c/workaround.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "workaround.h"
|
||||
|
||||
my_sqlite3_destructor_type sqliteTransientAsDestructor() {
|
||||
return (my_sqlite3_destructor_type)-1;
|
||||
}
|
||||
Reference in New Issue
Block a user