Files
sqlite3/vfs/tests/speedtest1/wasm/main.c
Nuno Cruces c024121fd2 C tweaks.
2025-01-17 10:51:25 +00:00

12 lines
288 B
C

// Use the default call back, not the Go one we patched in.
#define sqliteBusyCallback sqliteDefaultBusyCallback
// Amalgamation
#include "sqlite3.c"
// VFS
#include "vfs.c"
// Can't have two functions with the same name.
#define randomFunc randomFuncRepeatable
#include "speedtest1.c"